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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_crc32.c 40 local unsigned long crc32_little OF((unsigned long,
222 return crc32_little(crc, buf, len);
247 local unsigned long crc32_little( function
  /external/chromium_org/third_party/zlib/
crc32.c 33 /* Find a four-byte integer type for crc32_little() and crc32_big(). */
58 local unsigned long crc32_little OF((unsigned long,
239 return crc32_little(crc, buf, len);
264 local unsigned long crc32_little(crc, buf, len) function
  /external/qemu/distrib/zlib-1.2.8/
crc32.c 40 local unsigned long crc32_little OF((unsigned long,
222 return crc32_little(crc, buf, len);
247 local unsigned long crc32_little(crc, buf, len) function
  /external/zlib/src/
crc32.c 40 local unsigned long crc32_little OF((unsigned long,
222 return crc32_little(crc, buf, len);
247 local unsigned long crc32_little(crc, buf, len) function

Completed in 1232 milliseconds