Home
last modified time | relevance | path

Searched refs:crc32_big (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_crc32.c42 local unsigned long crc32_big OF((unsigned long,
224 return crc32_big(crc, buf, len); in crc32()
287 local unsigned long crc32_big( in crc32_big() function
/external/zlib/src/
Dcrc32.c42 local unsigned long crc32_big OF((unsigned long,
224 return crc32_big(crc, buf, len);
287 local unsigned long crc32_big(crc, buf, len) in crc32_big() function