Searched refs:INIT_BITS (Results 1 – 1 of 1) sorted by relevance
111 #define INIT_BITS 9 /* initial number of bits/code */ macro519 if (maxbits < INIT_BITS) in main()520 maxbits = INIT_BITS; in main()1004 maxcode = MAXCODE(n_bits = INIT_BITS); in compress()1232 maxcode = MAXCODE(n_bits = INIT_BITS); in output()1289 maxcode = MAXCODE(n_bits = INIT_BITS); in decompress()1408 maxcode = MAXCODE(n_bits = INIT_BITS); in getcode()1460 bits = n_bits = INIT_BITS; in printcodes()