Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_hash_crc.h420 #define CRC32_SSE42 (1U << 1) macro
422 #define CRC32_SSE42_x64 (CRC32_x64|CRC32_SSE42)
448 alg = CRC32_SSE42; in rte_hash_crc_set_alg()
475 if (likely(crc32_alg & CRC32_SSE42)) in rte_hash_crc_1byte()
498 if (likely(crc32_alg & CRC32_SSE42)) in rte_hash_crc_2byte()
521 if (likely(crc32_alg & CRC32_SSE42)) in rte_hash_crc_4byte()
549 if (likely(crc32_alg & CRC32_SSE42)) in rte_hash_crc_8byte()
/f-stack/dpdk/app/test/
H A Dtest_hash.c185 rte_hash_crc_set_alg(CRC32_SSE42); in test_crc32_hash_alg_equiv()