Lines Matching refs:uInt
37 switch ((int)(sizeof(uInt))) {
147 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) {
154 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) {
155 uInt j;
163 void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) {
265 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) {
283 extern voidp malloc(uInt size);
284 extern voidp calloc(uInt items, uInt size);
290 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :