Lines Matching defs:mmax
39 unsigned mmin, mmax; /* minimum and maximum code lengths */
111 for (mmax = MAXBITS; mmax >= 1; mmax--)
112 if (count[mmax] != 0) break;
113 if (root > mmax) root = mmax;
114 if (mmax == 0) { /* no symbols to code at all */
134 if (left > 0 && (type == CODES || mmax != 1))
172 all codes of length mmax, i.e. all codes, have been processed. This
250 if (len == mmax) break;
266 while (curr + drop < mmax) {