Lines Matching refs:lens
89 while (sym < 144) state->lens[sym++] = 8;
90 while (sym < 256) state->lens[sym++] = 9;
91 while (sym < 280) state->lens[sym++] = 7;
92 while (sym < 288) state->lens[sym++] = 8;
96 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
100 while (sym < 32) state->lens[sym++] = 5;
103 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
367 state->lens[order[state->have++]] = (unsigned short)BITS(3);
371 state->lens[order[state->have++]] = 0;
375 ret = inflate_table(CODES, state->lens, 19, &(state->next),
394 state->lens[state->have++] = here.val;
405 len = (unsigned)(state->lens[state->have - 1]);
429 state->lens[state->have++] = (unsigned short)len;
437 if (state->lens[256] == 0) {
449 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
458 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,