Lines Matching defs:BITS
72 #define BITS 16 /* Default bits. */
75 /* A code_int must be able to hold 2**BITS values of type int, and also -1. */
120 char_type zs_buf[BITS];
133 char_type zs_gbuf[BITS];
175 * the codetab. The tab_suffix table needs 2**BITS characters. We get this
186 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
354 * Maintain a BITS character long buffer (so that 8 codes will
486 if (maxbits > BITS || maxbits < 12) {
533 * bound by 1 << BITS - 256.
696 bits < 0 || bits > BITS) {
704 maxbits = bits ? bits : BITS; /* User settable max # bits/code. */