Searched defs:BMAX (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c76 #define BMAX BUFSIZ macro
85 static char diffcmd[BMAX];
748 char tempbuf[BMAX + 1];
753 while ((fgets(tempbuf, BMAX, fromdes) != NULL))
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c437 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
438 #define BMAX 16 /* maximum bit length of any code (16 for explode) */ macro
542 huft_build (unsigned *b, /* code lengths in bits (all assumed <= BMAX) */
551 unsigned c[BMAX + 1]; /* bit length count table */
562 struct huft *u[BMAX]; /* table stack */
565 unsigned x[BMAX + 1]; /* bit offsets, then code stack */
576 c[*p]++; /* assume all entries <= BMAX */
589 for (j = 1; j <= BMAX; j++)
595 for (i = BMAX; i; i--)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3683 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
3684 #define BMAX 15 /* maximum bit length of any code */ macro
3692 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
3708 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 */
3733 C4 /* clear c[]--assume BMAX+1 is 16 */
3736 c[*p++]++; /* assume all entries <= BMAX */
3748 for (j = 1; j <= BMAX; j++)
3754 for (i = BMAX;
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4827 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
4828 #define BMAX 15 /* maximum bit length of any code */ macro
4833 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */
4854 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 */
4879 C4 /* clear c[]--assume BMAX+1 is 16 */
4882 c[*p++]++; /* assume all entries <= BMAX */
4894 for (j = 1; j <= BMAX; j++)
4900 for (i = BMAX;
[all...]

Completed in 69 milliseconds