Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cmp_x86.h19 rte_hash_k32_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k32_cmp_eq() function
39 return rte_hash_k32_cmp_eq(key1, key2, key_len) || in rte_hash_k64_cmp_eq()
40 rte_hash_k32_cmp_eq((const char *) key1 + 32, in rte_hash_k64_cmp_eq()
56 rte_hash_k32_cmp_eq((const char *) key1 + 64, in rte_hash_k96_cmp_eq()
64 rte_hash_k32_cmp_eq((const char *) key1 + 64, in rte_hash_k112_cmp_eq()
H A Drte_cmp_arm64.h28 rte_hash_k32_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k32_cmp_eq() function
48 return rte_hash_k32_cmp_eq(key1, key2, key_len) || in rte_hash_k64_cmp_eq()
49 rte_hash_k32_cmp_eq((const char *) key1 + 32, in rte_hash_k64_cmp_eq()
65 rte_hash_k32_cmp_eq((const char *) key1 + 64, in rte_hash_k96_cmp_eq()
73 rte_hash_k32_cmp_eq((const char *) key1 + 64, in rte_hash_k112_cmp_eq()
H A Drte_cuckoo_hash.h72 rte_hash_k32_cmp_eq,