Searched refs:cplens (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | inflate.c | 175 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */ variable 792 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) { in inflate_fixed() 977 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_dynamic()
|