Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_hash_crc.h422 #define CRC32_SSE42_x64 (CRC32_x64|CRC32_SSE42) macro
446 if (alg == CRC32_SSE42_x64 && in rte_hash_crc_set_alg()
456 rte_hash_crc_set_alg(CRC32_SSE42_x64); in RTE_INIT()
544 if (likely(crc32_alg == CRC32_SSE42_x64)) in rte_hash_crc_8byte()
/f-stack/dpdk/app/test/
H A Dtest_hash.c192 rte_hash_crc_set_alg(CRC32_SSE42_x64); in test_crc32_hash_alg_equiv()
207 rte_hash_crc_set_alg(CRC32_SSE42_x64); in test_crc32_hash_alg_equiv()