Home | History | Annotate | Download | only in infback9

Lines Matching refs:lens

63     while (sym < 144) state.lens[sym++] = 8;
64 while (sym < 256) state.lens[sym++] = 9;
65 while (sym < 280) state.lens[sym++] = 7;
66 while (sym < 288) state.lens[sym++] = 8;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
74 while (sym < 32) state.lens[sym++] = 5;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
366 state->lens[order[state->have++]] = (unsigned short)BITS(3);
370 state->lens[order[state->have++]] = 0;
374 ret = inflate_table9(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_table9(LENS, state->lens, state->nlen,
458 ret = inflate_table9(DISTS, state->lens + state->nlen,