Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 25 of 29) sorted by relevance

12

/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()
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 Drte_cmp_arm64.h7 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 Drealloc_sections.ini3 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 Dsample1.ini10 key2=value2 key
H A Dsample2.ini10 key2=value2 key
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dmutex_pool.h58 uintptr_t key2) { in mutex_pool_lock2()
76 uintptr_t key2) { in mutex_pool_unlock2()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dauth.c10 static unsigned char key2[] = variable
H A Daead_xchacha20poly1305.c32 …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 Dar9300_keycache.c194 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 Dar9300_misc.c3221 u_int32_t key0, key1, key2, key3, key4; in ar9300_print_keycache() local
/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c161 #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 Drehashing.c21 int dictKeyCompare(void *privdata, const void *key1, const void *key2) { in dictKeyCompare()
/f-stack/freebsd/opencrypto/
H A Dxform_enc.h95 rijndael_ctx key2; member
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.h101 #define dictCompareHashKeys(ht, key1, key2) \ argument
H A Dasync.c76 static int callbackKeyCompare(void *privdata, const void *key1, const void *key2) { in callbackKeyCompare()
/f-stack/app/redis-5.0.5/src/
H A Dserver.c477 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 Dlatency.c39 int dictStringKeyCompare(void *privdata, const void *key1, const void *key2) { in dictStringKeyCompare()
H A Ddict.h135 #define dictCompareKeys(d, key1, key2) \ argument
H A Ddict.c1121 int compareCallback(void *privdata, const void *key1, const void *key2) { in compareCallback()
/f-stack/dpdk/app/test/
H A Dtest_efd_perf.c105 static int key_compare(const void *key1, const void *key2) in key_compare()
H A Dtest_member.c520 static int key_compare(const void *key1, const void *key2) in key_compare()
H A Dtest_member_perf.c105 static int key_compare(const void *key1, const void *key2) in key_compare()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.c318 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 Dsctp_auth.c351 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 Dmain.c3048 union ipv4_5tuple_host *key2) in convert_ipv4_5tuple()
3060 union ipv6_5tuple_host *key2) in convert_ipv6_5tuple()

12