Lines Matching refs:MAXBITS
9 #define MAXBITS 15
53 unsigned short count[MAXBITS+1]; /* number of codes of each length */
54 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */
86 lens[] are in the range 0..MAXBITS. The caller must assure this.
87 1..MAXBITS is interpreted as that code length. zero means that that
103 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
104 for (len = 0; len <= MAXBITS; len++)
111 for (max = MAXBITS; max >= 1; max--)
115 for (min = 1; min <= MAXBITS; min++)
121 for (len = 1; len <= MAXBITS; len++) {
131 for (len = 1; len < MAXBITS; len++)