taglinefilesource code
BMAX283lib/inflate.cunsigned c[BMAX+1];           /* bit length count table */
BMAX294lib/inflate.cstruct huft *u[BMAX];         /* table stack */
BMAX297lib/inflate.cunsigned x[BMAX+1];           /* bit offsets, then code stack */
BMAX324lib/inflate.cfor (j = 1; j <= BMAX; j++)
BMAX330lib/inflate.cfor (i = BMAX; i; i--)