Home
last modified time | relevance | path

Searched refs:cplext (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c384 static ush cplext[] = 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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3648 local uInt cplext[] = { /* Extra bits for literal codes 257..285 */ variable
3938 if ((r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z)) != Z_OK)
4040 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, &z);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4778 local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */ variable
5107 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
5198 (void) huft_build(c, 288, 257, cplens, cplext, &fixed_tl,