Lines Matching refs:max
38 unsigned min, max; /* minimum and maximum code lengths */
110 for (max = MAXBITS; max >= 1; max--)
111 if (count[max] != 0) break;
112 if (root > max) root = max;
113 if (max == 0) { /* no symbols to code at all */
122 for (min = 1; min < max; min++)
133 if (left > 0 && (type == CODES || max != 1))
171 all codes of length max, i.e. all codes, have been processed. This
249 if (len == max) break;
265 while (curr + drop < max) {