Searched refs:hash_words (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_hash_functions.c | 227 uint32_t hash, hash_words; in verify_jhash_words() local 234 hash_words = rte_jhash_1word(key[0], 0); in verify_jhash_words() 235 if (hash != hash_words) { in verify_jhash_words() 238 hash, hash_words); in verify_jhash_words() 243 hash_words = rte_jhash_2words(key[0], key[1], 0); in verify_jhash_words() 244 if (hash != hash_words) { in verify_jhash_words() 247 hash, hash_words); in verify_jhash_words() 252 hash_words = rte_jhash_3words(key[0], key[1], key[2], 0); in verify_jhash_words() 253 if (hash != hash_words) { in verify_jhash_words() 256 hash, hash_words); in verify_jhash_words()
|