Lines Matching refs:BITS
65 #ifndef BITS
66 #define BITS PBITS macro
70 #if BITS == 16
73 #if BITS == 15
76 #if BITS == 14
79 #if BITS == 13
82 #if BITS <= 12
86 #define OUTSTACKSIZE (2<<BITS)
91 #if BITS > 15
134 static int maxbits = BITS; /* user settable max # bits/code */
137 static code_int maxmaxcode = 1 << BITS;
159 #define de_stack ((char_type *)&tab_suffixof(1<<BITS))
259 static char buf[BITS];
276 code_int sorttab[1<<BITS]; /* sorted pointers into htab */
521 if (maxbits > BITS) in main()
522 maxbits = BITS; in main()
633 if (maxbits > BITS) { in main()
639 *fileptr, maxbits, BITS); in main()
1389 static char_type buf[BITS]; in getcode()
1832 (void) fprintf(stderr, "BITS = %d\n", BITS); in version()