Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c113 #define INIT_BITS 9 /* initial number of bits/code */ macro
521 if (maxbits < INIT_BITS) in main()
522 maxbits = INIT_BITS; in main()
1006 maxcode = MAXCODE(n_bits = INIT_BITS); in compress()
1234 maxcode = MAXCODE(n_bits = INIT_BITS); in output()
1291 maxcode = MAXCODE(n_bits = INIT_BITS); in decompress()
1410 maxcode = MAXCODE(n_bits = INIT_BITS); in getcode()
1462 bits = n_bits = INIT_BITS; in printcodes()