Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c96 crc0 = crc32_u64(seed, k[0] & m[0]); in hash()
102 crc0 = crc32_u64(k0, seed); in hash()
103 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash()
113 crc0 = crc32_u64(k0, seed); in hash()
114 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash()
116 crc2 = crc32_u64(k2, k[3] & m[3]); in hash()
119 crc0 = crc32_u64(crc0, crc1); in hash()
120 crc1 = crc32_u64(crc2, crc3); in hash()
131 crc0 = crc32_u64(k0, seed); in hash()
134 crc2 = crc32_u64(k2, k[3] & m[3]); in hash()
[all …]