Searched refs:CRC32_ARM64 (Results 1 – 3 of 3) sorted by relevance
77 case CRC32_ARM64: in rte_hash_crc_set_alg()92 rte_hash_crc_set_alg(CRC32_ARM64); in RTE_INIT()110 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_1byte()131 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_2byte()152 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_4byte()173 if (likely(crc32_alg == CRC32_ARM64)) in rte_hash_crc_8byte()
423 #define CRC32_ARM64 (1U << 3) macro
199 rte_hash_crc_set_alg(CRC32_ARM64); in test_crc32_hash_alg_equiv()