Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dgsb_crc32.h39 uint32_t sse42_crc32c(uint32_t, const unsigned char *, unsigned);
/freebsd/tests/sys/kern/
H A Dlibkern_crc32.c57 act = sse42_crc32c(crc32c, buffer, length); in check_crc32c()
/freebsd/sys/libkern/
H A Dgsb_crc32.c779 return (sse42_crc32c);
/freebsd/sys/libkern/x86/
H A Dcrc32_sse42.c216 sse42_crc32c(uint32_t crc, const unsigned char *buf, unsigned len) in sse42_crc32c() function