Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/utils/libpng_no_checksum/
H A Dlibpng-nocrc.patch4 if (need_crc != 0)
/aosp_15_r20/external/libpng/
H A Dpng.c121 int need_crc = 1; in png_calculate_crc() local
127 need_crc = 0; in png_calculate_crc()
133 need_crc = 0; in png_calculate_crc()
141 if (need_crc != 0 && length > 0) in png_calculate_crc()
H A Dpngrutil.c255 int need_crc = 1; in png_crc_error() local
261 need_crc = 0; in png_crc_error()
267 need_crc = 0; in png_crc_error()
277 if (need_crc != 0) in png_crc_error()