Searched refs:rte_jhash_2words (Results 1 – 3 of 3) sorted by relevance
243 hash_words = rte_jhash_2words(key[0], key[1], 0); in verify_jhash_words()
1713 return rte_jhash_2words(k[0], k[1], initval); in test_hash_jhash_2word()
359 rte_jhash_2words(uint32_t a, uint32_t b, uint32_t initval) in rte_jhash_2words() function