Lines Matching refs:lens
59 while (sym < 144) state.lens[sym++] = 8;
60 while (sym < 256) state.lens[sym++] = 9;
61 while (sym < 280) state.lens[sym++] = 7;
62 while (sym < 288) state.lens[sym++] = 8;
66 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
70 while (sym < 32) state.lens[sym++] = 5;
73 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
355 state->lens[order[state->have++]] = (unsigned short)BITS(3);
359 state->lens[order[state->have++]] = 0;
363 ret = inflate_table9(CODES, state->lens, 19, &(state->next),
383 state->lens[state->have++] = here.val;
394 len = (unsigned)(state->lens[state->have - 1]);
418 state->lens[state->have++] = (unsigned short)len;
426 if (state->lens[256] == 0) {
438 ret = inflate_table9(LENS, state->lens, state->nlen,
447 ret = inflate_table9(DISTS, state->lens + state->nlen,