Lines Matching defs:max
48 unsigned min, max; /* minimum and maximum code lengths */
120 for (max = MAXBITS; max >= 1; max--)
121 if (count[max] != 0) break;
122 if (root > max) root = max;
123 if (max == 0) { /* no symbols to code at all */
143 if (left > 0 && (type == CODES || max != 1))
182 all codes of length max, i.e. all codes, have been processed. This
261 if (len == max) break;
277 while (curr + drop < max) {