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

/ast/src/lib/libz/
H A Dsfdclzw.c69 typedef u_char char_type; typedef
70 static char_type magic_header[] =
109 char_type zs_buf[BITS];
118 char_type *zs_stackp;
122 char_type zs_gbuf[BITS];
172 #define tab_suffixof(i) ((char_type *)(htab))[i]
173 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
210 static char_type lmask[9] =
212 static char_type rmask[9] =
219 register char_type *b
[all...]
/ast/src/cmd/codexlib/compress/
H A Dcompress.c76 typedef u_char char_type; typedef
115 char_type zs_buf[BITS];
124 char_type *zs_stackp;
128 char_type zs_gbuf[BITS];
179 #define tab_suffixof(i) ((char_type *)(htab))[i]
180 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
217 static char_type lmask[9] =
219 static char_type rmask[9] =
226 register char_type *bp;
315 register char_type *b
[all...]

Completed in 12 milliseconds