Lines Matching refs:len
40 unsigned len; /* a code's length in bits */ local
107 for (len = 0; len <= MAXBITS; len++)
108 count[len] = 0;
132 for (len = 1; len <= MAXBITS; len++) {
134 left -= count[len];
142 for (len = 1; len < MAXBITS; len++)
143 offs[len + 1] = offs[len] + count[len];
200 len = min; /* starting code length */
216 here.bits = (unsigned char)(len - drop);
231 incr = 1U << (len - drop);
240 incr = 1U << (len - 1);
252 if (--(count[len]) == 0) {
253 if (len == max) break;
254 len = lens[work[sym]];
258 if (len > root && (huff & mask) != low) {
267 curr = len - drop;
295 here.bits = (unsigned char)(len - drop);