Home | History | Annotate | Download | only in infback9

Lines Matching refs:LENS

58     while (sym < 144) state.lens[sym++] = 8;
59 while (sym < 256) state.lens[sym++] = 9;
60 while (sym < 280) state.lens[sym++] = 7;
61 while (sym < 288) state.lens[sym++] = 8;
65 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
69 while (sym < 32) state.lens[sym++] = 5;
72 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
354 state->lens[order[state->have++]] = (unsigned short)BITS(3);
358 state->lens[order[state->have++]] = 0;
362 ret = inflate_table9(CODES, state->lens, 19, &(state->next),
382 state->lens[state->have++] = here.val;
393 len = (unsigned)(state->lens[state->have - 1]);
417 state->lens[state->have++] = (unsigned short)len;
425 if (state->lens[256] == 0) {
437 ret = inflate_table9(LENS, state->lens, state->nlen,
446 ret = inflate_table9(DISTS, state->lens + state->nlen,