Lines Matching refs:uInt
35 switch ((int)(sizeof(uInt))) {
145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) {
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) {
153 uInt j;
161 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) {
263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) {
281 extern voidp malloc(uInt size);
282 extern voidp calloc(uInt items, uInt size);
288 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :