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 */
84 lens[] are in the range 0..MAXBITS. The caller must assure this.
85 1..MAXBITS is interpreted as that code length. zero means that that
101 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
102 for (len = 0; len <= MAXBITS; len++)
109 for (max = MAXBITS; max >= 1; max--)
127 for (len = 1; len <= MAXBITS; len++) {
137 for (len = 1; len < MAXBITS; len++)