Lines Matching refs:BITS
67 #ifndef BITS
68 #define BITS PBITS macro
72 #if BITS == 16
75 #if BITS == 15
78 #if BITS == 14
81 #if BITS == 13
84 #if BITS <= 12
88 #define OUTSTACKSIZE (2<<BITS)
93 #if BITS > 15
136 static int maxbits = BITS; /* user settable max # bits/code */
139 static code_int maxmaxcode = 1 << BITS;
161 #define de_stack ((char_type *)&tab_suffixof(1<<BITS))
261 static char buf[BITS];
278 code_int sorttab[1<<BITS]; /* sorted pointers into htab */
523 if (maxbits > BITS) in main()
524 maxbits = BITS; in main()
635 if (maxbits > BITS) { in main()
641 *fileptr, maxbits, BITS); in main()
1391 static char_type buf[BITS]; in getcode()
1835 (void) fprintf(stderr, "BITS = %d\n", BITS); in version()