Searched defs:BMAX (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinftrees.c91 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
92 #define BMAX 15 /* maximum bit length of any code */ macro
95 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
112 uInt c[BMAX+1]; /* bit length count table */
124 inflate_huft *u[BMAX]; /* table stack */
126 uInt x[BMAX+1]; /* bit offsets, then code stack */
137 C4 /* clear c[]--assume BMAX+1 is 16 */
140 c[*p++]++; /* assume all entries <= BMAX */
152 for (j = 1; j <= BMAX; j++)
158 for (i = BMAX;
[all...]

Completed in 27 milliseconds