Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDinflate.c310 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ variable
812 if ((i = huft_build(glbl, l, 30, 0, cpdist, cpdext,
945 i = huft_build(glbl, ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
/NextBSD/sys/libkern/
HDzlib.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);