BMAX 349 lib/inflate.c unsigned c[BMAX+1]; /* bit length count table */ BMAX 350 lib/inflate.c struct huft *u[BMAX]; /* table stack */ BMAX 352 lib/inflate.c unsigned x[BMAX+1]; /* bit offsets, then code stack */ BMAX 390 lib/inflate.c for (j = 1; j <= BMAX; j++) BMAX 396 lib/inflate.c for (i = BMAX; i; i--)