Home
last modified time | relevance | path

Searched refs:key1 (Results 1 – 25 of 46) sorted by relevance

12

/f-stack/dpdk/lib/librte_hash/
H A Drte_cmp_x86.h21 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()
40 rte_hash_k32_cmp_eq((const char *) key1 + 32, in rte_hash_k64_cmp_eq()
48 rte_hash_k16_cmp_eq((const char *) key1 + 64, in rte_hash_k80_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()
66 rte_hash_k16_cmp_eq((const char *) key1 + 96, in rte_hash_k112_cmp_eq()
[all …]
H A Drte_cmp_arm64.h7 rte_hash_k16_cmp_eq(const void *key1, const void *key2, in rte_hash_k16_cmp_eq() argument
15 : [p1]"r"(key1) in rte_hash_k16_cmp_eq()
31 rte_hash_k16_cmp_eq((const char *) key1 + 16, in rte_hash_k32_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()
49 rte_hash_k32_cmp_eq((const char *) key1 + 32, in rte_hash_k64_cmp_eq()
57 rte_hash_k16_cmp_eq((const char *) key1 + 64, in rte_hash_k80_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()
75 rte_hash_k16_cmp_eq((const char *) key1 + 96, in rte_hash_k112_cmp_eq()
[all …]
/f-stack/freebsd/mips/cavium/cryptocteon/
H A Dcavium_crypto.c255 key1++; in octo_calc_hash()
257 key1++; in octo_calc_hash()
259 key1++; in octo_calc_hash()
261 key1++; in octo_calc_hash()
263 key1++; in octo_calc_hash()
265 key1++; in octo_calc_hash()
267 key1++; in octo_calc_hash()
293 key1++; in octo_calc_hash()
295 key1++; in octo_calc_hash()
297 key1++; in octo_calc_hash()
[all …]
/f-stack/dpdk/app/test/test_cfgfiles/etc/
H A Drealloc_sections.ini2 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 Dsample1.ini5 key1=value1 key
9 ;key1=value1
H A Dsample2.ini5 key1=value1 key
9 #key1=value1
H A Dinvalid_section.ini3 key1=value1 key
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dmutex_pool.h57 mutex_pool_lock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_lock2() argument
61 malloc_mutex_t *mutex1 = mutex_pool_mutex(pool, key1); in mutex_pool_lock2()
75 mutex_pool_unlock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_unlock2() argument
77 malloc_mutex_t *mutex1 = mutex_pool_mutex(pool, key1); in mutex_pool_unlock2()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.h55 int (*keyCompare)(void *privdata, const void *key1, const void *key2);
101 #define dictCompareHashKeys(ht, key1, key2) \ argument
103 (ht)->type->keyCompare((ht)->privdata, key1, key2) : \
104 (key1) == (key2))
/f-stack/app/redis-5.0.5/tests/unit/
H A Ddump.tcl256 r set key1 "v1"
264 assert {[$first exists key1] == 1}
265 assert {[$second exists key1] == 0}
266 set ret [r -1 migrate $second_host $second_port "" 9 5000 keys key1 key2 key3]
268 assert {[$first exists key1] == 0}
271 assert {[$second get key1] eq {v1}}
284 r set key1 "v1"
295 assert {[$first exists key1] == 1}
296 assert {[$second exists key1] == 0}
299 assert {[$first exists key1] == 0}
[all …]
H A Dintrospection-2.tcl25 r set key1 1
27 r touch key0 key1 key2 key3
H A Dexpire.tcl151 r psetex key1 500 a
166 r psetex key1 500 a
175 r mget key1 key2 key3
/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
258 key1 = (LE_READ_2(k->kv_val + 4) ^ xor_mask) & 0xffff; in ar9300_set_key_cache_entry()
298 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); in ar9300_set_key_cache_entry()
361 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ar9300_set_key_cache_entry()
364 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ar9300_set_key_cache_entry()
450 u_int32_t key0, key1, key2, key3, key4; in ar9300_check_key_cache_entry() local
508 key1 = (LE_READ_2(k->kv_val + 4) ^ xorMask) & 0xffff; in ar9300_check_key_cache_entry()
532 (OS_REG_READ(ah, AR_KEYTABLE_KEY1(entry)) == key1) && in ar9300_check_key_cache_entry()
581 (OS_REG_READ(ah, AR_KEYTABLE_KEY1(entry)) == key1) && in ar9300_check_key_cache_entry()
/f-stack/freebsd/opencrypto/
H A Dxform_aes_xts.c112 rijndael_encrypt(&ctx->key1, block, out); in aes_xts_crypt()
114 rijndael_decrypt(&ctx->key1, block, out); in aes_xts_crypt()
153 rijndael_set_key(&ctx->key1, key, len * 4); in aes_xts_setkey()
H A Dxform_enc.h94 rijndael_ctx key1; member
/f-stack/app/redis-5.0.5/src/
H A Ddict.h62 int (*keyCompare)(void *privdata, const void *key1, const void *key2);
135 #define dictCompareKeys(d, key1, key2) \ argument
137 (d)->type->keyCompare((d)->privdata, key1, key2) : \
138 (key1) == (key2))
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.c317 convert_ipv4_5tuple(struct ipv4_5tuple *key1, in convert_ipv4_5tuple() argument
320 key2->ip_dst = rte_cpu_to_be_32(key1->ip_dst); in convert_ipv4_5tuple()
321 key2->ip_src = rte_cpu_to_be_32(key1->ip_src); in convert_ipv4_5tuple()
322 key2->port_dst = rte_cpu_to_be_16(key1->port_dst); in convert_ipv4_5tuple()
323 key2->port_src = rte_cpu_to_be_16(key1->port_src); in convert_ipv4_5tuple()
324 key2->proto = key1->proto; in convert_ipv4_5tuple()
330 convert_ipv6_5tuple(struct ipv6_5tuple *key1, in convert_ipv6_5tuple() argument
336 key2->ip_dst[i] = key1->ip_dst[i]; in convert_ipv6_5tuple()
337 key2->ip_src[i] = key1->ip_src[i]; in convert_ipv6_5tuple()
339 key2->port_dst = rte_cpu_to_be_16(key1->port_dst); in convert_ipv6_5tuple()
[all …]
/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() argument
223 return (strcmp((char *)key1, (char *)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() argument
288 uintptr_t k1 = (uintptr_t)key1; 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() argument
355 return ((uint_t)(uintptr_t)key1 - (uint_t)(uintptr_t)key2); in mod_hash_idkey_cmp()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream.tcl306 r xadd teststream 1234567891230 key1 value1
311 r xadd teststream2 1234567891230 key1 value1
312 r xadd teststream2 1234567891240 key1 value2
313 r xadd teststream2 1234567891250 key1 value3
315 …range teststream 1234567891245 -] {{1234567891240-0 {key2 value2}} {1234567891230-0 {key1 value1}}}
317 …xrevrange teststream2 1234567891245 -] {{1234567891240-0 {key1 value2}} {1234567891230-0 {key1 val…
H A Dset.tcl250 r set key1 x
251 assert_error "WRONGTYPE*" {r sinter key1 noset}
255 r set key1 x
256 assert_error "WRONGTYPE*" {r sunion key1 noset}
/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() argument
22 unsigned long k1 = (unsigned long)key1; in dictKeyCompare()
/f-stack/freebsd/netinet/
H A Dsctp_auth.c351 sctp_compare_key(sctp_key_t *key1, sctp_key_t *key2) in sctp_compare_key() argument
360 key1len = sctp_get_keylen(key1); in sctp_compare_key()
374 key_1 = key1->key; in sctp_compare_key()
402 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *shared) in sctp_compute_hashkey() argument
408 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) + in sctp_compute_hashkey()
426 if (sctp_compare_key(key1, key2) <= 0) { in sctp_compute_hashkey()
432 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
433 memcpy(key_ptr, key1->key, key1->keylen); in sctp_compute_hashkey()
434 key_ptr += key1->keylen; in sctp_compute_hashkey()
449 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.h104 int heap_insert(struct dn_heap *h, uint64_t key1, void *p);
H A Ddn_heap.c145 heap_insert(struct dn_heap *h, uint64_t key1, void *p) in heap_insert() argument
151 son = key1; in heap_insert()
159 h->p[son].key = key1; in heap_insert()
/f-stack/dpdk/app/test/
H A Dtest_efd_perf.c105 static int key_compare(const void *key1, const void *key2) in key_compare() argument
107 return memcmp(key1, key2, MAX_KEYSIZE); in key_compare()

12