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

  /external/fio/crc/
crc32c.h 23 extern uint32_t crc32c_sw(unsigned char const *, unsigned long);
31 #define crc32c_arm64 crc32c_sw
41 #define crc32c_intel crc32c_sw
55 return crc32c_sw(buf, len);
crc32c.c 118 uint32_t crc32c_sw(unsigned char const *data, unsigned long length) function

Completed in 100 milliseconds