| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cmp_x86.h | 9 rte_hash_k16_cmp_eq(const void *key1, const void *key2, size_t key_len __rte_unused) in rte_hash_k16_cmp_eq() 19 rte_hash_k32_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k32_cmp_eq() 27 rte_hash_k48_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k48_cmp_eq() 37 rte_hash_k64_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k64_cmp_eq() 45 rte_hash_k80_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k80_cmp_eq() 53 rte_hash_k96_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k96_cmp_eq() 61 rte_hash_k112_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k112_cmp_eq() 71 rte_hash_k128_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k128_cmp_eq()
|
| H A D | rte_cmp_arm64.h | 7 rte_hash_k16_cmp_eq(const void *key1, const void *key2, in rte_hash_k16_cmp_eq() 28 rte_hash_k32_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k32_cmp_eq() 36 rte_hash_k48_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k48_cmp_eq() 46 rte_hash_k64_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k64_cmp_eq() 54 rte_hash_k80_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k80_cmp_eq() 62 rte_hash_k96_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k96_cmp_eq() 70 rte_hash_k112_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k112_cmp_eq() 80 rte_hash_k128_cmp_eq(const void *key1, const void *key2, size_t key_len) in rte_hash_k128_cmp_eq()
|
| /f-stack/dpdk/app/test/test_cfgfiles/etc/ |
| H A D | realloc_sections.ini | 2 key1=value1_section1 key 25 key1=value1_section2 key 48 key1=value1_section3 key 71 key1=value1_section4 key 81 key1=value1_section5 key 91 key1=value1_section6 key 101 key1=value1_section7 key 111 key1=value1_section8 key 121 key1=value1_section9 key
|
| H A D | invalid_section.ini | 3 key1=value1 key
|
| H A D | sample1.ini | 5 key1=value1 key
|
| H A D | sample2.ini | 5 key1=value1 key
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | mutex_pool.h | 57 mutex_pool_lock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_lock2() 75 mutex_pool_unlock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_unlock2()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_keycache.c | 194 u_int32_t key0, key1, key2, key3, key4; in ar9300_set_key_cache_entry() local 450 u_int32_t key0, key1, key2, key3, key4; in ar9300_check_key_cache_entry() local
|
| /f-stack/freebsd/contrib/openzfs/module/icp/os/ |
| H A D | modhash.c | 161 #define MH_KEYCMP(hash, key1, key2) ((hash->mh_keycmp)(key1, key2)) argument 221 mod_hash_strkey_cmp(mod_hash_key_t key1, mod_hash_key_t key2) in mod_hash_strkey_cmp() 286 mod_hash_ptrkey_cmp(mod_hash_key_t key1, mod_hash_key_t key2) in mod_hash_ptrkey_cmp() 353 mod_hash_idkey_cmp(mod_hash_key_t key1, mod_hash_key_t key2) in mod_hash_idkey_cmp()
|
| /f-stack/app/redis-5.0.5/utils/hashtable/ |
| H A D | rehashing.c | 21 int dictKeyCompare(void *privdata, const void *key1, const void *key2) { in dictKeyCompare()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_enc.h | 94 rijndael_ctx key1; member
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | dict.h | 101 #define dictCompareHashKeys(ht, key1, key2) \ argument
|
| H A D | async.c | 76 static int callbackKeyCompare(void *privdata, const void *key1, const void *key2) { in callbackKeyCompare()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 476 int dictSdsKeyCompare(void *privdata, const void *key1, in dictSdsKeyCompare() 490 int dictSdsKeyCaseCompare(void *privdata, const void *key1, in dictSdsKeyCaseCompare() 513 int dictObjKeyCompare(void *privdata, const void *key1, in dictObjKeyCompare() 533 int dictEncObjKeyCompare(void *privdata, const void *key1, in dictEncObjKeyCompare()
|
| H A D | latency.c | 39 int dictStringKeyCompare(void *privdata, const void *key1, const void *key2) { in dictStringKeyCompare()
|
| H A D | dict.h | 135 #define dictCompareKeys(d, key1, key2) \ argument
|
| H A D | dict.c | 1121 int compareCallback(void *privdata, const void *key1, const void *key2) { in compareCallback()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_efd_perf.c | 105 static int key_compare(const void *key1, const void *key2) in key_compare()
|
| H A D | test_member.c | 520 static int key_compare(const void *key1, const void *key2) in key_compare()
|
| H A D | test_member_perf.c | 105 static int key_compare(const void *key1, const void *key2) in key_compare()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_em.c | 317 convert_ipv4_5tuple(struct ipv4_5tuple *key1, in convert_ipv4_5tuple() 330 convert_ipv6_5tuple(struct ipv6_5tuple *key1, in convert_ipv6_5tuple()
|
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cavium_crypto.c | 236 uint64_t *key1; in octo_calc_hash() local
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.c | 145 heap_insert(struct dn_heap *h, uint64_t key1, void *p) in heap_insert()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_auth.c | 351 sctp_compare_key(sctp_key_t *key1, sctp_key_t *key2) in sctp_compare_key() 402 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *shared) in sctp_compute_hashkey()
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 3047 static void convert_ipv4_5tuple(struct ipv4_5tuple *key1, in convert_ipv4_5tuple() 3059 static void convert_ipv6_5tuple(struct ipv6_5tuple *key1, in convert_ipv6_5tuple()
|