Searched refs:rte_hash_k64_cmp_eq (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cmp_x86.h | 37 rte_hash_k64_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k64_cmp_eq() function 47 return rte_hash_k64_cmp_eq(key1, key2, key_len) || in rte_hash_k80_cmp_eq() 55 return rte_hash_k64_cmp_eq(key1, key2, key_len) || in rte_hash_k96_cmp_eq() 63 return rte_hash_k64_cmp_eq(key1, key2, key_len) || in rte_hash_k112_cmp_eq() 73 return rte_hash_k64_cmp_eq(key1, key2, key_len) || in rte_hash_k128_cmp_eq() 74 rte_hash_k64_cmp_eq((const char *) key1 + 64, in rte_hash_k128_cmp_eq()
|
| H A D | rte_cmp_arm64.h | 46 rte_hash_k64_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k64_cmp_eq() function 56 return rte_hash_k64_cmp_eq(key1, key2, key_len) || in rte_hash_k80_cmp_eq() 64 return rte_hash_k64_cmp_eq(key1, key2, key_len) || in rte_hash_k96_cmp_eq() 72 return rte_hash_k64_cmp_eq(key1, key2, key_len) || in rte_hash_k112_cmp_eq() 82 return rte_hash_k64_cmp_eq(key1, key2, key_len) || in rte_hash_k128_cmp_eq() 83 rte_hash_k64_cmp_eq((const char *) key1 + 64, in rte_hash_k128_cmp_eq()
|
| H A D | rte_cuckoo_hash.h | 74 rte_hash_k64_cmp_eq,
|