Lines Matching refs:lens
63 while (sym < 144) state.lens[sym++] = 8; in makefixed9()
64 while (sym < 256) state.lens[sym++] = 9; in makefixed9()
65 while (sym < 280) state.lens[sym++] = 7; in makefixed9()
66 while (sym < 288) state.lens[sym++] = 8; in makefixed9()
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work); in makefixed9()
74 while (sym < 32) state.lens[sym++] = 5; in makefixed9()
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); in makefixed9()
364 state->lens[order[state->have++]] = (unsigned short)BITS(3);
368 state->lens[order[state->have++]] = 0;
372 ret = inflate_table9(CODES, state->lens, 19, &(state->next),
392 state->lens[state->have++] = here.val;
403 len = (unsigned)(state->lens[state->have - 1]);
427 state->lens[state->have++] = (unsigned short)len;
435 if (state->lens[256] == 0) {
447 ret = inflate_table9(LENS, state->lens, state->nlen,
456 ret = inflate_table9(DISTS, state->lens + state->nlen,