Searched refs:cpdist (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dsubr_inflate.c310 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ variable
818 if ((i = huft_build(glbl, l, 30, 0, cpdist, cpdext,
950 i = huft_build(glbl, ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
/freebsd-11-stable/sys/libkern/
H A Dzlib.c4154 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */ variable
4457 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z);
4543 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, &z);

Completed in 118 milliseconds