Home
last modified time | relevance | path

Searched refs:INIT_BITS (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/compress/
H A Dcompress.c111 #define INIT_BITS 9 /* initial number of bits/code */ macro
519 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()