Home
last modified time | relevance | path

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

/external/fio/crc/
Dcrc32c.h38 extern uint32_t crc32c_intel(unsigned char const *, unsigned long);
41 #define crc32c_intel crc32c_sw macro
53 return crc32c_intel(buf, len); in fio_crc32c()
Dcrc32c-intel.c54 uint32_t crc32c_intel(unsigned char const *data, unsigned long length) in crc32c_intel() function