Searched refs:__rte_jhash_3words (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_jhash.h | 307 __rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in __rte_jhash_3words() function 336 return __rte_jhash_3words(a + 12, b + 12, c + 12, initval); in rte_jhash_3words() 355 return __rte_jhash_3words(a + 8, b + 8, 8, initval); in rte_jhash_2words() 372 return __rte_jhash_3words(a + 4, 4, 4, initval); in rte_jhash_1word()
|