Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cmp_x86.h9 rte_hash_k16_cmp_eq(const void *key1, const void *key2, size_t key_len __rte_unused) in rte_hash_k16_cmp_eq() function
21 return rte_hash_k16_cmp_eq(key1, key2, key_len) || in rte_hash_k32_cmp_eq()
22 rte_hash_k16_cmp_eq((const char *) key1 + 16, in rte_hash_k32_cmp_eq()
29 return rte_hash_k16_cmp_eq(key1, key2, key_len) || in rte_hash_k48_cmp_eq()
30 rte_hash_k16_cmp_eq((const char *) key1 + 16, in rte_hash_k48_cmp_eq()
32 rte_hash_k16_cmp_eq((const char *) key1 + 32, in rte_hash_k48_cmp_eq()
48 rte_hash_k16_cmp_eq((const char *) key1 + 64, in rte_hash_k80_cmp_eq()
66 rte_hash_k16_cmp_eq((const char *) key1 + 96, in rte_hash_k112_cmp_eq()
H A Drte_cmp_arm64.h7 rte_hash_k16_cmp_eq(const void *key1, const void *key2, in rte_hash_k16_cmp_eq() function
30 return rte_hash_k16_cmp_eq(key1, key2, key_len) || in rte_hash_k32_cmp_eq()
31 rte_hash_k16_cmp_eq((const char *) key1 + 16, in rte_hash_k32_cmp_eq()
38 return rte_hash_k16_cmp_eq(key1, key2, key_len) || in rte_hash_k48_cmp_eq()
39 rte_hash_k16_cmp_eq((const char *) key1 + 16, in rte_hash_k48_cmp_eq()
41 rte_hash_k16_cmp_eq((const char *) key1 + 32, in rte_hash_k48_cmp_eq()
57 rte_hash_k16_cmp_eq((const char *) key1 + 64, in rte_hash_k80_cmp_eq()
75 rte_hash_k16_cmp_eq((const char *) key1 + 96, in rte_hash_k112_cmp_eq()
H A Drte_cuckoo_hash.h71 rte_hash_k16_cmp_eq,