HomeSort by relevance Sort by last modified time
    Searched refs:need_crc (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/libpng-1.2.46/
png.c 225 int need_crc = 1; local
231 need_crc = 0;
236 need_crc = 0;
239 if (need_crc)
pngrutil.c 211 int need_crc = 1; local
217 need_crc = 0;
222 need_crc = 0;
227 if (need_crc)
    [all...]
  /external/chromium_org/third_party/libpng/
png.c 224 int need_crc = 1; local
230 need_crc = 0;
235 need_crc = 0;
238 if (need_crc)
pngrutil.c 194 int need_crc = 1; local
200 need_crc = 0;
205 need_crc = 0;
210 if (need_crc)
    [all...]
  /external/libpng/
png.c 116 int need_crc = 1; local
122 need_crc = 0;
128 need_crc = 0;
136 if (need_crc && length > 0)
    [all...]
pngrutil.c 273 int need_crc = 1; local
279 need_crc = 0;
285 need_crc = 0;
295 if (need_crc)
    [all...]

Completed in 130 milliseconds