Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c94 typedef long int code_int; typedef
96 typedef int code_int; typedef
137 static code_int maxcode; /* maximum code, given n_bits */
139 static code_int maxmaxcode = 1 << BITS;
147 static code_int hsize = HSIZE; /* for dynamic table sizing */
164 static code_int free_ent = 0; /* first unused entry */
169 static code_int getcode();
238 static void output(code_int);
278 code_int sorttab[1<<BITS]; /* sorted pointers into htab */
940 static code_int
[all …]