Home | History | Annotate | Download | only in src

Lines Matching refs:lens

275         while (sym < 144) state->lens[sym++] = 8;
276 while (sym < 256) state->lens[sym++] = 9;
277 while (sym < 280) state->lens[sym++] = 7;
278 while (sym < 288) state->lens[sym++] = 8;
282 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
286 while (sym < 32) state->lens[sym++] = 5;
289 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
917 state->lens[order[state->have++]] = (unsigned short)BITS(3);
921 state->lens[order[state->have++]] = 0;
925 ret = inflate_table(CODES, state->lens, 19, &(state->next),
944 state->lens[state->have++] = here.val;
955 len = state->lens[state->have - 1];
979 state->lens[state->have++] = (unsigned short)len;
987 if (state->lens[256] == 0) {
999 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
1008 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,