Home | History | Annotate | Download | only in net

Lines Matching defs:BMAX

4513 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
4514 #define BMAX 15 /* maximum bit length of any code */
4516 local int huft_build(uIntf *b, /* code lengths in bits (all assumed <= BMAX) */
4534 uInt c[BMAX+1]; /* bit length count table */
4546 inflate_huft *u[BMAX]; /* table stack */
4548 uInt x[BMAX+1]; /* bit offsets, then code stack */
4560 C4 /* clear c[]--assume BMAX+1 is 16 */
4563 c[*p++]++; /* assume all entries <= BMAX */
4575 for (j = 1; j <= BMAX; j++)
4581 for (i = BMAX; i; i--)