taglinefilesource code
BMAX114arch/i386/boot/compressed/inflate.cunsigned c[BMAX+1];           /* bit length count table */
BMAX125arch/i386/boot/compressed/inflate.cstruct huft *u[BMAX];         /* table stack */
BMAX128arch/i386/boot/compressed/inflate.cunsigned x[BMAX+1];           /* bit offsets, then code stack */
BMAX152arch/i386/boot/compressed/inflate.cfor (j = 1; j <= BMAX; j++)
BMAX158arch/i386/boot/compressed/inflate.cfor (i = BMAX; i; i--)