HomeSort by relevance Sort by last modified time
    Searched full: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);
30 #define crc32c_intel crc32c_sw
41 return crc32c_sw(buf, len);
crc32c.c 118 uint32_t crc32c_sw(unsigned char const *data, unsigned long length) function

Completed in 1533 milliseconds