Home | History | Annotate | Download | only in libpng

Lines Matching refs:uInt

98 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED)
158 * following cast is safe. 'uInt' may be no more than 16 bits, so it is
167 uInt safe_length = (uInt)length;
170 safe_length = (uInt)-1; /* evil, but safe */