BMAX              353 lib/inflate.c      unsigned c[BMAX+1];           /* bit length count table */
BMAX              354 lib/inflate.c      struct huft *u[BMAX];         /* table stack */
BMAX              356 lib/inflate.c      unsigned x[BMAX+1];           /* bit offsets, then code stack */
BMAX              394 lib/inflate.c    for (j = 1; j <= BMAX; j++)
BMAX              400 lib/inflate.c    for (i = BMAX; i; i--)