Home
last modified time | relevance | path

Searched refs:lext (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/common/dist/zlib/
Dinftrees.c60 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in inflate_table() local
185 extra = lext; in inflate_table()
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dinftrees.c65 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ local
192 extra = lext;
/netbsd/src/common/dist/zlib/contrib/infback9/
Dinftree9.c59 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in inflate_table9() local
178 extra = lext; in inflate_table9()
/netbsd/src/common/dist/zlib/contrib/puff/
Dpuff.c446 static const short lext[29] = { /* Extra bits for length codes 257..285 */ in codes() local
477 len = lens[symbol] + bits(s, lext[symbol]); in codes()
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dzlib.c791 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in netpgpv_inflate_table() local
918 extra = lext; in netpgpv_inflate_table()