Lines Matching defs:max
37 unsigned min, max; /* minimum and maximum code lengths */
109 for (max = MAXBITS; max >= 1; max--)
110 if (count[max] != 0) break;
111 if (root > max) root = max;
112 if (max == 0) { /* no symbols to code at all */
121 for (min = 1; min < max; min++)
132 if (left > 0 && (type == CODES || max != 1))
170 all codes of length max, i.e. all codes, have been processed. This
248 if (len == max) break;
264 while (curr + drop < max) {