Home
last modified time | relevance | path

Searched refs:png_get_uint_32 (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpng.h2599 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2630 # define png_get_uint_32(buf) \ macro
2646 ? -((png_int_32)((png_get_uint_32(buf) ^ 0xffffffffL) + 1)) \
2647 : (png_int_32)png_get_uint_32(buf)))