Home | History | Annotate | Download | only in zlib

Lines Matching refs:uInt

37     switch ((int)(sizeof(uInt))) {
152 uInt len;
163 uInt len;
165 uInt j;
175 uInt len;
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
295 extern voidp malloc OF((uInt size));
296 extern voidp calloc OF((uInt items, uInt size));
306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :