Lines Matching refs:uInt
37 switch ((int)(sizeof(uInt))) {
149 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len)
157 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len)
159 uInt j;
167 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len)
272 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size)
292 extern voidp malloc(uInt size);
293 extern voidp calloc(uInt items, uInt size);
300 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :