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

  /external/opencv3/3rdparty/libpng/
png.c 122 int need_crc = 1; local
128 need_crc = 0;
134 need_crc = 0;
142 if (need_crc && length > 0)
    [all...]
pngrutil.c 248 int need_crc = 1; local
254 need_crc = 0;
260 need_crc = 0;
270 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/lpng_v163/
png.c 115 int need_crc = 1; local
121 need_crc = 0;
127 need_crc = 0;
135 if (need_crc && length > 0)
    [all...]
pngrutil.c 248 int need_crc = 1; local
254 need_crc = 0;
260 need_crc = 0;
270 if (need_crc)
    [all...]

Completed in 126 milliseconds