Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/compress/
H A Dcompress.c92 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 sorttab[1<<BITS]; /* sorted pointers into htab */
938 static code_int
[all …]