taglinefilesource code
BMAX114zBoot/inflate.cunsigned c[BMAX+1];           /* bit length count table */
BMAX125zBoot/inflate.cstruct huft *u[BMAX];         /* table stack */
BMAX128zBoot/inflate.cunsigned x[BMAX+1];           /* bit offsets, then code stack */
BMAX152zBoot/inflate.cfor (j = 1; j <= BMAX; j++)
BMAX158zBoot/inflate.cfor (i = BMAX; i; i--)