Searched refs:cplext (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 384 static ush cplext[] = variable 914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0) 1056 if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3638 local uInt cplext[] = { /* Extra bits 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);
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 4780 local const uInt cplext[31] = { /* Extra bits 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,
|
Completed in 89 milliseconds