Searched refs:MAXBITS (Results 1 – 1 of 1) sorted by relevance
91 #define MAXBITS 15 macro93 static MS_U16 mincode_tmp[MAXBITS+1];94 static MS_U16 offset_tmp[MAXBITS+2];95 static MS_U16 count[MAXBITS+1]; /* number of codes of each length */96 static MS_U16 offs[MAXBITS+2]; /* offsets in table for each length */171 for(len=0;len<=MAXBITS;len++)184 for (max = MAXBITS; max >= 1; max--)196 for (min = 1; min <= MAXBITS; min++)203 for (len = 1; len <= MAXBITS; len++) {214 for (len = 1; len < MAXBITS+1; len++)[all …]