Searched refs:cplens (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 379 static ush cplens[] = variable 914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0) in init_fixed_block() 1056 if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) in init_dynamic_block()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3634 local uInt cplens[] = { /* Copy lengths for literal codes 257..285 */ variable 3928 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK) 4030 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 4776 local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */ variable 5109 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); 5200 (void) huft_build(c, 288, 257, cplens, cplext, &fixed_tl,
|