| /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 | 3 key2=value2_section1 key 26 key2=value2_section2 key 49 key2=value2_section3 key 72 key2=value2_section4 key 82 key2=value2_section5 key 92 key2=value2_section6 key 102 key2=value2_section7 key 112 key2=value2_section8 key 122 key2=value2_section9 key
|
| H A D | sample1.ini | 10 key2=value2 key
|
| H A D | sample2.ini | 10 key2=value2 key
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | mutex_pool.h | 58 uintptr_t key2) { in mutex_pool_lock2() 76 uintptr_t key2) { in mutex_pool_unlock2()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | auth.c | 10 static unsigned char key2[] = variable
|
| H A D | aead_xchacha20poly1305.c | 32 …unsigned char *key2 = (unsigned char *) sodium_malloc(crypto_aead_xchacha20poly1305_ietf_KEYBYTES); in tv() local
|
| /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
|
| H A D | ar9300_misc.c | 3221 u_int32_t key0, key1, key2, key3, key4; in ar9300_print_keycache() 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 | 95 rijndael_ctx key2; 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 | 477 const void *key2) in dictSdsKeyCompare() 491 const void *key2) in dictSdsKeyCaseCompare() 514 const void *key2) in dictObjKeyCompare() 534 const void *key2) 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 | 318 union ipv4_5tuple_host *key2) in convert_ipv4_5tuple() 331 union ipv6_5tuple_host *key2) in convert_ipv6_5tuple()
|
| /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 | 3048 union ipv4_5tuple_host *key2) in convert_ipv4_5tuple() 3060 union ipv6_5tuple_host *key2) in convert_ipv6_5tuple()
|