Home
last modified time | relevance | path

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

/minix3/common/dist/zlib/
H A Dinftrees.c65 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ local
192 extra = lext;
/minix3/common/dist/zlib/contrib/infback9/
H A Dinftree9.c66 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ local
186 extra = lext;
/minix3/common/dist/zlib/contrib/puff/
H A Dpuff.c426 static const short lext[29] = { /* Extra bits for length codes 257..285 */ in codes() local
454 len = lens[symbol] + bits(s, lext[symbol]); in codes()
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c791 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in inflate_table() local
918 extra = lext; in inflate_table()
/minix3/crypto/external/bsd/openssl/dist/
H A DConfigure1222 my ($lresolv, $lpath, $lext);
1260 foreach $lext ("a", "so")
1262 $lresolv = "$lpath/libresolv.$lext";