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

  /external/syslinux/com32/lib/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 121 int need_crc = 1; local
127 need_crc = 0;
133 need_crc = 0;
141 if (need_crc != 0 && length > 0)
    [all...]
pngrutil.c 252 int need_crc = 1; local
258 need_crc = 0;
264 need_crc = 0;
274 if (need_crc != 0)
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 121 int need_crc = 1; local
127 need_crc = 0;
133 need_crc = 0;
141 if (need_crc != 0 && length > 0)
    [all...]
pngrutil.c 252 int need_crc = 1; local
258 need_crc = 0;
264 need_crc = 0;
274 if (need_crc != 0)
    [all...]
  /external/skia/third_party/libpng/
png.c 121 int need_crc = 1; local
127 need_crc = 0;
133 need_crc = 0;
141 if (need_crc != 0 && length > 0)
    [all...]
pngrutil.c 252 int need_crc = 1; local
258 need_crc = 0;
264 need_crc = 0;
274 if (need_crc != 0)
    [all...]

Completed in 65 milliseconds