Home
last modified time | relevance | path

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

/dragonfly/test/debug/
H A Dcrc32hw.c226 static uint32_t crc32c_hw(uint32_t crc, const void *buf, size_t len) in crc32c_hw() function
337 return sse42 ? crc32c_hw(crc, buf, len) : crc32c_sw(crc, buf, len); in crc32c()