Home
last modified time | relevance | path

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

/external/qemu/distrib/zlib-1.2.3/
Dcrc32.c60 local unsigned long crc32_big OF((unsigned long,
239 return crc32_big(crc, buf, len);
302 local unsigned long crc32_big(crc, buf, len) 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