Lines Matching defs:BMAX
4827 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
4828 #define BMAX 15 /* maximum bit length of any code */
4833 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
4854 uInt c[BMAX+1]; /* bit length count table */
4865 inflate_huft *u[BMAX]; /* table stack */
4868 uInt x[BMAX+1]; /* bit offsets, then code stack */
4879 C4 /* clear c[]--assume BMAX+1 is 16 */
4882 c[*p++]++; /* assume all entries <= BMAX */
4894 for (j = 1; j <= BMAX; j++)
4900 for (i = BMAX; i; i--)