Lines Matching defs:BMAX
3683 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
3684 #define BMAX 15 /* maximum bit length of any code */
3692 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
3708 uInt c[BMAX+1]; /* bit length count table */
3719 inflate_huft *u[BMAX]; /* table stack */
3722 uInt x[BMAX+1]; /* bit offsets, then code stack */
3733 C4 /* clear c[]--assume BMAX+1 is 16 */
3736 c[*p++]++; /* assume all entries <= BMAX */
3748 for (j = 1; j <= BMAX; j++)
3754 for (i = BMAX; i; i--)