Home
last modified time | relevance | path

Searched refs:CRC32_ARM64 (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/hash/
H A Drte_crc_arm64.h56 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_1byte()
70 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_2byte()
84 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_4byte()
98 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_8byte()
H A Drte_hash_crc.h32 #define CRC32_ARM64 (1U << 3) macro
75 if (!(alg & CRC32_ARM64)) in rte_hash_crc_set_alg()
79 crc32_alg = CRC32_ARM64; in rte_hash_crc_set_alg()
93 rte_hash_crc_set_alg(CRC32_ARM64); in RTE_INIT()
/dpdk/app/test/
H A Dtest_hash.c203 rte_hash_crc_set_alg(CRC32_ARM64); in test_crc32_hash_alg_equiv()