Home | History | Annotate | Download | only in zlib-1.2.8

Lines Matching refs:uInt

40     switch ((int)(sizeof(uInt))) {
155 uInt len;
166 uInt len;
168 uInt j;
178 uInt len;
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
299 extern voidp malloc OF((uInt size));
300 extern voidp calloc OF((uInt items, uInt size));
310 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :