Searched refs:cpdext (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | inflate.c | 186 static const ush cpdext[] = { /* Extra bits for distance codes */ 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()
|