Lines Matching refs:uInt
37 switch ((int)(sizeof(uInt))) {
132 uInt len;
143 uInt len;
145 uInt j;
155 uInt len;
256 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
276 extern voidp malloc OF((uInt size));
277 extern voidp calloc OF((uInt items, uInt size));
287 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :