lens 88 lib/libz/infback.c while (sym < 144) state->lens[sym++] = 8;
lens 89 lib/libz/infback.c while (sym < 256) state->lens[sym++] = 9;
lens 90 lib/libz/infback.c while (sym < 280) state->lens[sym++] = 7;
lens 91 lib/libz/infback.c while (sym < 288) state->lens[sym++] = 8;
lens 95 lib/libz/infback.c inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
lens 99 lib/libz/infback.c while (sym < 32) state->lens[sym++] = 5;
lens 102 lib/libz/infback.c inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
lens 383 lib/libz/infback.c state->lens[order[state->have++]] = (unsigned short)BITS(3);
lens 387 lib/libz/infback.c state->lens[order[state->have++]] = 0;
lens 391 lib/libz/infback.c ret = inflate_table(CODES, state->lens, 19, &(state->next),
lens 411 lib/libz/infback.c state->lens[state->have++] = this.val;
lens 422 lib/libz/infback.c len = (unsigned)(state->lens[state->have - 1]);
lens 446 lib/libz/infback.c state->lens[state->have++] = (unsigned short)len;
lens 457 lib/libz/infback.c ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
lens 466 lib/libz/infback.c ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
lens 221 lib/libz/inflate.c while (sym < 144) state->lens[sym++] = 8;
lens 222 lib/libz/inflate.c while (sym < 256) state->lens[sym++] = 9;
lens 223 lib/libz/inflate.c while (sym < 280) state->lens[sym++] = 7;
lens 224 lib/libz/inflate.c while (sym < 288) state->lens[sym++] = 8;
lens 228 lib/libz/inflate.c inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
lens 232 lib/libz/inflate.c while (sym < 32) state->lens[sym++] = 5;
lens 235 lib/libz/inflate.c inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
lens 898 lib/libz/inflate.c state->lens[order[state->have++]] = (unsigned short)BITS(3);
lens 902 lib/libz/inflate.c state->lens[order[state->have++]] = 0;
lens 906 lib/libz/inflate.c ret = inflate_table(CODES, state->lens, 19, &(state->next),
lens 930 lib/libz/inflate.c state->lens[state->have++] = this.val;
lens 945 lib/libz/inflate.c len = state->lens[state->have - 1];
lens 973 lib/libz/inflate.c state->lens[state->have++] = (unsigned short)len;
lens 984 lib/libz/inflate.c ret = inflate_table(LENS, state->lens, state->nlen, &(state->next),
lens 997 lib/libz/inflate.c ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist,
lens 112 lib/libz/inflate.h unsigned short lens[320]; /* temporary storage for code lengths */
lens 33 lib/libz/inftrees.c int inflate_table(type, lens, codes, table, bits, work)
lens 35 lib/libz/inftrees.c unsigned short FAR *lens;
lens 111 lib/libz/inftrees.c count[lens[sym]]++;
lens 148 lib/libz/inftrees.c if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
lens 257 lib/libz/inftrees.c len = lens[work[sym]];
lens 54 lib/libz/inftrees.h extern int inflate_table OF((codetype type, unsigned short FAR *lens,
lens 106 net/bsd-comp.c u_int16_t *lens; /* array of lengths of codes */
lens 355 net/bsd-comp.c db->lens = NULL;
lens 357 net/bsd-comp.c MALLOC(db->lens, u_int16_t *, (maxmaxcode+1) * sizeof(db->lens[0]),
lens 359 net/bsd-comp.c if (!db->lens) {
lens 380 net/bsd-comp.c if (db->lens)
lens 381 net/bsd-comp.c FREE(db->lens, M_DEVBUF);
lens 416 net/bsd-comp.c || (decomp && db->lens == NULL))
lens 422 net/bsd-comp.c db->lens[--i] = 1;
lens 778 net/bsd-comp.c db->lens[max_ent] = db->lens[ent]+1;
lens 964 net/bsd-comp.c codelen = db->lens[finchar];
lens 1069 net/bsd-comp.c db->lens[max_ent] = db->lens[oldcode]+1;