Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c102 typedef unsigned char char_type; typedef
160 #define tab_suffixof(i) ((char_type *)(htab))[i]
161 #define de_stack ((char_type *)&tab_suffixof(1<<BITS))
263 static char_type lmask[9] =
265 static char_type rmask[9] =
1283 char_type *stackp, *stack_lim; in decompress()
1294 tab_suffixof(code) = (char_type)code; in decompress()
1325 *stackp++ = (char_type) finchar; in decompress()
1363 tab_suffixof(code) = (char_type) finchar; in decompress()
1391 static char_type buf[BITS]; in getcode()
[all …]