Home
last modified time | relevance | path

Searched refs:crc32c_2words (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/hash/
H A Drte_crc_generic.h33 return crc32c_2words(data, init_val); in rte_hash_crc_8byte()
H A Drte_crc_arm64.h101 return crc32c_2words(data, init_val); in rte_hash_crc_8byte()
H A Drte_crc_sw.h397 crc32c_2words(uint64_t data, uint32_t init_val) in crc32c_2words() function
H A Drte_crc_x86.h120 return crc32c_2words(data, init_val); in rte_hash_crc_8byte()