Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c388 static ush cpdist[] = variable
924 if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in init_fixed_block()
1067 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in init_dynamic_block()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3651 local uInt cpdist[] = { /* Copy offsets for distance codes 0..29 */ variable
3952 if ((r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z)) != Z_OK)
4046 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4782 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */ variable
5121 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
5205 (void) huft_build(c, 30, 0, cpdist, cpdext, &fixed_td,