Searched defs:code_int (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c89 * a code_int must be able to hold 2**BITS values of type int, and also -1
92 typedef long int code_int; typedef
94 typedef int code_int; typedef
135 static code_int maxcode; /* maximum code, given n_bits */
137 static code_int maxmaxcode = 1 << BITS;
145 static code_int hsize = HSIZE; /* for dynamic table sizing */
162 static code_int free_ent = 0; /* first unused entry */
167 static code_int getcode();
236 static void output(code_int);
276 code_int sortta
[all...]

Completed in 69 milliseconds