Searched refs:rte_jhash_32b (Results 1 – 5 of 5) sorted by relevance
202 hash32 = rte_jhash_32b((const unaligned_uint32_t *)key, in verify_jhash_32bits()
235 .hash_func = (rte_hash_function)rte_jhash_32b, in hash_create_free()
1621 return rte_jhash_32b(k, length >> 2, initval); in test_jhash_32b()
303 rte_jhash_32b(const uint32_t *k, uint32_t length, uint32_t initval) in rte_jhash_32b() function
519 It was replaced by ``rte_jhash_32b()``.