Home
last modified time | relevance | path

Searched refs:MAXBITS (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinftrees.c91 #define MAXBITS 15 macro
93 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 …]