Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_crc_generic.h12 return crc32c_1byte(data, init_val); in rte_hash_crc_1byte()
H A Drte_crc_arm64.h59 return crc32c_1byte(data, init_val); in rte_hash_crc_1byte()
H A Drte_crc_sw.h361 crc32c_1byte(uint8_t data, uint32_t init_val) in crc32c_1byte() function
H A Drte_crc_x86.h73 return crc32c_1byte(data, init_val); in rte_hash_crc_1byte()