Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_hash_functions.c243 hash_words = rte_jhash_2words(key[0], key[1], 0); in verify_jhash_words()
H A Dtest_hash.c1713 return rte_jhash_2words(k[0], k[1], initval); in test_hash_jhash_2word()
/dpdk/lib/hash/
H A Drte_jhash.h359 rte_jhash_2words(uint32_t a, uint32_t b, uint32_t initval) in rte_jhash_2words() function