Searched refs:PNG_SIZE_MAX (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngpread.c673 if (png_ptr->save_buffer_size > PNG_SIZE_MAX -
H A Dpngrutil.c1251 (png_uint_32) (PNG_SIZE_MAX / png_sizeof(png_sPLT_entry)))
3362 if ((png_uint_32)row_bytes > (png_uint_32)(PNG_SIZE_MAX - 1))
H A Dpng.h1074 #define PNG_SIZE_MAX ((png_size_t)(-1)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrutil.c1164 if ((png_uint_32) new_palette.nentries > (png_uint_32) (PNG_SIZE_MAX /
3109 if ((png_uint_32)png_ptr->rowbytes + 1 > PNG_SIZE_MAX)
H A Dpngpread.c617 if (png_ptr->save_buffer_size > PNG_SIZE_MAX -
H A Dpng.h855 #define PNG_SIZE_MAX (~((png_size_t)0)) macro

Completed in 103 milliseconds