Lines Matching defs:ush
598 typedef unsigned short ush;
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 dad; /* father node in Huffman tree */
1279 ush len; /* length of bit string */
1296 typedef ush Pos;
1410 ush bl_count[MAX_BITS+1];
1464 ush bi_buf;
1527 ush dist = (distance); \