Home | History | Annotate | Download | only in zlib

Lines Matching refs:LENS

255         while (sym < 144) state->lens[sym++] = 8;
256 while (sym < 256) state->lens[sym++] = 9;
257 while (sym < 280) state->lens[sym++] = 7;
258 while (sym < 288) state->lens[sym++] = 8;
262 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
266 while (sym < 32) state->lens[sym++] = 5;
269 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
902 state->lens[order[state->have++]] = (unsigned short)BITS(3);
906 state->lens[order[state->have++]] = 0;
910 ret = inflate_table(CODES, state->lens, 19, &(state->next),
930 state->lens[state->have++] = here.val;
941 len = state->lens[state->have - 1];
965 state->lens[state->have++] = (unsigned short)len;
973 if (state->lens[256] == 0) {
985 ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
994 ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,