Lines Matching defs:MAXBITS
9 #define MAXBITS 15
54 unsigned short count[MAXBITS+1]; /* number of codes of each length */
55 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */
85 lens[] are in the range 0..MAXBITS. The caller must assure this.
86 1..MAXBITS is interpreted as that code length. zero means that that
102 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
103 for (len = 0; len <= MAXBITS; len++)
110 for (max = MAXBITS; max >= 1; max--)
128 for (len = 1; len <= MAXBITS; len++) {
138 for (len = 1; len < MAXBITS; len++)