Searched refs:need_crc (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpng.c224 int need_crc = 1; local
230 need_crc = 0;
235 need_crc = 0;
238 if (need_crc)
H A Dpngrutil.c194 int need_crc = 1; local
200 need_crc = 0;
205 need_crc = 0;
210 if (need_crc)
/external/libpng/
H A Dpng.c121 int need_crc = 1; local
127 need_crc = 0;
133 need_crc = 0;
141 if (need_crc != 0 && length > 0)
H A Dpngrutil.c252 int need_crc = 1; local
258 need_crc = 0;
264 need_crc = 0;
274 if (need_crc != 0)
/external/pdfium/third_party/libpng16/
H A Dpng.c121 int need_crc = 1; local
127 need_crc = 0;
133 need_crc = 0;
141 if (need_crc != 0 && length > 0)
H A Dpngrutil.c252 int need_crc = 1; local
258 need_crc = 0;
264 need_crc = 0;
274 if (need_crc != 0)
/external/skia/third_party/libpng/
H A Dpng.c121 int need_crc = 1; local
127 need_crc = 0;
133 need_crc = 0;
141 if (need_crc != 0 && length > 0)
H A Dpngrutil.c252 int need_crc = 1; local
258 need_crc = 0;
264 need_crc = 0;
274 if (need_crc != 0)

Completed in 212 milliseconds