Lines Matching refs:lens
227 while (sym < 144) state->lens[sym++] = 8;
228 while (sym < 256) state->lens[sym++] = 9;
229 while (sym < 280) state->lens[sym++] = 7;
230 while (sym < 288) state->lens[sym++] = 8;
234 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
238 while (sym < 32) state->lens[sym++] = 5;
241 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
877 state->lens[order[state->have++]] = (unsigned short)BITS(3);
881 state->lens[order[state->have++]] = 0;
885 ret = inflate_table(CODES, state->lens, 19, &(state->next),
906 state->lens[state->have++] = this.val;
917 len = state->lens[state->have - 1];
941 state->lens[state->have++] = (unsigned short)len;
952 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
961 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,