Searched refs:cpdist (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | inflate.c | 182 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ variable 801 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in inflate_fixed() 989 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
|