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