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

/ast/src/cmd/codexlib/zip/
H A Dzip.h13 typedef uint16_t ush; typedef
/ast/src/lib/libz/
H A Dzutil.h49 typedef unsigned short ush; typedef
50 typedef ush FAR ushf;
/ast/src/cmd/INIT/
H A Dratz.c598 typedef unsigned short ush; typedef
599 typedef ush FAR ushf;
896 if (*(ush*)&buf != 0) return buf;
904 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
905 *(ush*)&buf = 0;
913 if (*(ush*)&ptr != 0) { /* object < 64K */
1274 ush freq; /* frequency count */
1275 ush code; /* bit string */
1278 ush da
[all...]

Completed in 45 milliseconds