Searched refs:ush (Results 1 – 2 of 2) sorted by relevance
213 if (*(ush*)&buf != 0) return buf; in zcalloc()221 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()222 *(ush*)&buf = 0; in zcalloc()232 if (*(ush*)&ptr != 0) { /* object < 64K */ in zcfree()
41 typedef unsigned short ush; typedef42 typedef ush FAR ushf;