Searched refs:BMAX (Results 1 – 4 of 4) sorted by relevance
438 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro551 unsigned c[BMAX + 1]; /* bit length count table */ in huft_build()562 struct huft *u[BMAX]; /* table stack */ in huft_build()565 unsigned x[BMAX + 1]; /* bit offsets, then code stack */ in huft_build()589 for (j = 1; j <= BMAX; j++) in huft_build()595 for (i = BMAX; i; i--) in huft_build()
76 #define BMAX BUFSIZ macro85 static char diffcmd[BMAX];748 char tempbuf[BMAX + 1]; in cpp()753 while ((fgets(tempbuf, BMAX, fromdes) != NULL)) in cpp()
3684 #define BMAX 15 /* maximum bit length of any code */ macro3708 uInt c[BMAX+1]; /* bit length count table */3719 inflate_huft *u[BMAX]; /* table stack */3722 uInt x[BMAX+1]; /* bit offsets, then code stack */3748 for (j = 1; j <= BMAX; j++)3754 for (i = BMAX; i; i--)
4828 #define BMAX 15 /* maximum bit length of any code */ macro4854 uInt c[BMAX+1]; /* bit length count table */4865 inflate_huft *u[BMAX]; /* table stack */4868 uInt x[BMAX+1]; /* bit offsets, then code stack */4894 for (j = 1; j <= BMAX; j++)4900 for (i = BMAX; i; i--)