Lines Matching defs:MAXBITS
9 #define MAXBITS 15
44 unsigned short count[MAXBITS+1]; /* number of codes of each length */
45 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */
75 lens[] are in the range 0..MAXBITS. The caller must assure this.
76 1..MAXBITS is interpreted as that code length. zero means that that
92 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */
93 for (len = 0; len <= MAXBITS; len++)
100 for (max = MAXBITS; max >= 1; max--)
112 for (min = 1; min < MAXBITS; min++)
118 for (len = 1; len <= MAXBITS; len++) {
128 for (len = 1; len < MAXBITS; len++)