Lines Matching defs:max
42 unsigned min, max; /* minimum and maximum code lengths */
114 for (max = MAXBITS; max >= 1; max--)
115 if (count[max] != 0) break;
116 if (root > max) root = max;
117 if (max == 0) { /* no symbols to code at all */
126 for (min = 1; min < max; min++)
137 if (left > 0 && (type == CODES || max != 1))
175 all codes of length max, i.e. all codes, have been processed. This
255 if (len == max) break;
271 while (curr + drop < max) {