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

/ast/src/cmd/codexlib/zip/
H A Dzip.h12 typedef uint8_t uch; typedef
/ast/src/lib/libz/
H A Dzutil.h47 typedef unsigned char uch; typedef
48 typedef uch FAR uchf;
/ast/src/cmd/INIT/
H A Dratz.c596 typedef unsigned char uch; typedef
597 typedef uch FAR uchf;
904 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
1420 uch depth[2*L_CODES+1];
1511 extern uch _length_code[];
1512 extern uch _dist_code[];
1514 extern const uch _length_code[];
1515 extern const uch _dist_code[];
1519 { uch cc = (c); \
1526 { uch le
[all...]

Completed in 19 milliseconds