Searched refs:CRC32_SSE42 (Results 1 – 2 of 2) sorted by relevance
420 #define CRC32_SSE42 (1U << 1) macro422 #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()
185 rte_hash_crc_set_alg(CRC32_SSE42); in test_crc32_hash_alg_equiv()