Searched refs:png_get_uint_32 (Results 1 – 1 of 1) sorted by relevance
2599 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));2630 # define png_get_uint_32(buf) \ macro2646 ? -((png_int_32)((png_get_uint_32(buf) ^ 0xffffffffL) + 1)) \2647 : (png_int_32)png_get_uint_32(buf)))