Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_func.h81 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key16()
101 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key24()
104 crc0 = rte_crc32_u64(crc0, k2); in rte_table_hash_crc_key24()
123 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key32()
129 crc0 = rte_crc32_u64(crc0, crc1); in rte_table_hash_crc_key32()
130 crc1 = rte_crc32_u64(crc2, crc3); in rte_table_hash_crc_key32()
149 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key40()
176 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key48()
183 crc1 = rte_crc32_u64(crc3, k5); in rte_table_hash_crc_key48()
203 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key56()
[all …]
H A Drte_table_hash_func_arm64.h12 rte_crc32_u64(uint64_t crc, uint64_t v) in rte_crc32_u64() function