Home | History | Annotate | Download | only in libpng16

Lines Matching refs:uInt

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