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

/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c225 int need_crc = 1; local
231 need_crc = 0;
236 need_crc = 0;
239 if (need_crc)
H A Dpngrutil.c211 int need_crc = 1; local
217 need_crc = 0;
222 need_crc = 0;
227 if (need_crc)
/external/chromium_org/third_party/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.c116 int need_crc = 1; local
122 need_crc = 0;
128 need_crc = 0;
136 if (need_crc && length > 0)
H A Dpngrutil.c273 int need_crc = 1; local
279 need_crc = 0;
285 need_crc = 0;
295 if (need_crc)

Completed in 70 milliseconds