Home
last modified time | relevance | path

Searched refs:key2 (Results 51 - 75 of 369) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/icu/source/common/
H A Duhash.h701 * @param key2 The string for comparison
702 * @return true if key1 and key2 are equal, return false otherwise.
705 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
711 * @param key2 The string for comparison
712 * @return true if key1 and key2 are equal, return false otherwise.
715 uhash_compareChars(const UHashTok key1, const UHashTok key2);
721 * @param key2 The string for comparison
722 * @return true if key1 and key2 are equal, return false otherwise.
725 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
764 * @return true if key1 and key2 ar
[all...]
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Daesp8-ppc.h22 const struct aes_key *key1, const struct aes_key *key2, u8 *iv);
24 const struct aes_key *key1, const struct aes_key *key2, u8 *iv);
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daesp8-ppc.h28 const struct aes_key *key1, const struct aes_key *key2, u8 *iv);
30 const struct aes_key *key1, const struct aes_key *key2, u8 *iv);
/third_party/mesa3d/src/gallium/tests/unit/
H A Du_cache_test.c61 cache_test_compare(const void *key1, const void *key2) { in cache_test_compare() argument
62 return !(key1 == key2); in cache_test_compare()
/third_party/mesa3d/src/util/
H A Du_hash_table.c73 static bool equal_fd(const void *key1, const void *key2) in equal_fd() argument
77 int fd2 = pointer_to_intptr(key2); in equal_fd()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dhashtab.h42 int (*keycmp) (struct hashtab_val * h, const_hashtab_key_t key1, const_hashtab_key_t key2); /* key comparison function */
58 const_hashtab_key_t key2),
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java463 String key2 = res[0]; in processFile()
467 + "' key2: '" + key2 in processFile()
473 map.put(key2, val2); in processFile()
505 String key2 = res[0]; in processFile()
508 if (key2.equals("defined")) { in processFile()
513 + "' key2: '" + key2 in processFile()
527 + "' key2: '" + key2 in processFile()
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbencrypt.c61 unsigned char key2[8]; in smbhash() local
64 str_to_key(key, key2); in smbhash()
71 des_expand_key(&ctx, key2, DES_KEY_SIZE); in smbhash()
/third_party/gn/src/gn/
H A Dstring_atom_unittest.cc17 StringAtom key2(""); in TEST()
20 ASSERT_STREQ(key2.str().c_str(), ""); in TEST()
21 ASSERT_EQ(&key1.str(), &key2.str()); in TEST()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.c51 static bool vmw_dev_compare(const void *key1, const void *key2) in vmw_dev_compare() argument
53 return (major(*(dev_t *)key1) == major(*(dev_t *)key2) && in vmw_dev_compare()
54 minor(*(dev_t *)key1) == minor(*(dev_t *)key2)); in vmw_dev_compare()
/kernel/linux/linux-5.10/net/mptcp/
H A Dcrypto.c44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha() argument
55 put_unaligned_be64(key2, key2be); in mptcp_crypto_hmac_sha()
/kernel/linux/linux-6.6/net/mptcp/
H A Dcrypto.c44 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac) in mptcp_crypto_hmac_sha() argument
55 put_unaligned_be64(key2, key2be); in mptcp_crypto_hmac_sha()
/third_party/icu/icu4c/source/i18n/
H A Dscriptset.h78 uhash_compareScriptSet(const UElement key1, const UElement key2);
87 uhash_equalsScriptSet(const UElement key1, const UElement key2);
/third_party/node/deps/icu-small/source/i18n/
H A Dscriptset.h78 uhash_compareScriptSet(const UElement key1, const UElement key2);
87 uhash_equalsScriptSet(const UElement key1, const UElement key2);
/third_party/python/Include/internal/
H A Dpycore_hashtable.h45 typedef int (*_Py_hashtable_compare_func) (const void *key1, const void *key2);
79 const void *key2);
/third_party/selinux/libsepol/cil/src/
H A Dcil_strpool.c62 static int cil_strpool_compare(hashtab_t h __attribute__ ((unused)), const_hashtab_key_t key1, const_hashtab_key_t key2) in cil_strpool_compare() argument
64 return strcmp(key1, key2); in cil_strpool_compare()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java47 Object key2 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), Locale.US, BreakIterator.KIND_WORD); in TestRegUnreg()
65 assertTrue(BreakIterator.unregister(key2), "unregister us word (thai word)"); in TestRegUnreg()
66 assertTrue(!BreakIterator.unregister(key2), "unregister second time"); in TestRegUnreg()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java44 Object key2 = BreakIterator.registerInstance((BreakIterator)twbi.clone(), Locale.US, BreakIterator.KIND_WORD); in TestRegUnreg()
62 assertTrue(BreakIterator.unregister(key2), "unregister us word (thai word)"); in TestRegUnreg()
63 assertTrue(!BreakIterator.unregister(key2), "unregister second time"); in TestRegUnreg()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dlocal_storage.c42 const struct bpf_cgroup_storage_key *key2 = _key2; in bpf_cgroup_storage_key_cmp() local
44 if (key1->cgroup_inode_id < key2->cgroup_inode_id) in bpf_cgroup_storage_key_cmp()
46 else if (key1->cgroup_inode_id > key2->cgroup_inode_id) in bpf_cgroup_storage_key_cmp()
48 else if (key1->attach_type < key2->attach_type) in bpf_cgroup_storage_key_cmp()
50 else if (key1->attach_type > key2->attach_type) in bpf_cgroup_storage_key_cmp()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dlocal_storage.c44 const struct bpf_cgroup_storage_key *key2 = _key2; in bpf_cgroup_storage_key_cmp() local
46 if (key1->cgroup_inode_id < key2->cgroup_inode_id) in bpf_cgroup_storage_key_cmp()
48 else if (key1->cgroup_inode_id > key2->cgroup_inode_id) in bpf_cgroup_storage_key_cmp()
50 else if (key1->attach_type < key2->attach_type) in bpf_cgroup_storage_key_cmp()
52 else if (key1->attach_type > key2->attach_type) in bpf_cgroup_storage_key_cmp()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource4.js184 export function combineHashes(key1: number, key2: number) {
185 return key2 ^ ((key1 >> 5) + key1);
199 public equalsFn: (key1, key2) =>boolean) {
456 function combineHashes(key1, key2) {
457 return key2 ^ ((key1 >> 5) + key1);
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddh.rs392 let key2 = dh2 in test_dh_stored_restored()
396 assert_eq!(key1.public_key(), key2.public_key()); in test_dh_stored_restored()
397 assert_eq!(key1.private_key(), key2.private_key()); in test_dh_stored_restored()
407 let key2 = dh2 in test_set_keys()
411 assert_eq!(key1.public_key(), key2.public_key()); in test_set_keys()
/third_party/icu/icu4c/source/common/
H A Duhash.cpp1004 uhash_compareUChars(const UHashTok key1, const UHashTok key2) { in uhash_compareUChars() argument
1006 const UChar *p2 = (const UChar*) key2.pointer; in uhash_compareUChars()
1021 uhash_compareChars(const UHashTok key1, const UHashTok key2) { in uhash_compareChars() argument
1023 const char *p2 = (const char*) key2.pointer; in uhash_compareChars()
1038 uhash_compareIChars(const UHashTok key1, const UHashTok key2) { in uhash_compareIChars() argument
1040 const char *p2 = (const char*) key2.pointer; in uhash_compareIChars()
1064 uhash_compareLong(const UHashTok key1, const UHashTok key2) { in uhash_compareLong() argument
1065 return (UBool)(key1.integer == key2.integer); in uhash_compareLong()
/third_party/node/deps/icu-small/source/common/
H A Duhash.cpp1004 uhash_compareUChars(const UHashTok key1, const UHashTok key2) { in uhash_compareUChars() argument
1006 const char16_t *p2 = (const char16_t*) key2.pointer; in uhash_compareUChars()
1021 uhash_compareChars(const UHashTok key1, const UHashTok key2) { in uhash_compareChars() argument
1023 const char *p2 = (const char*) key2.pointer; in uhash_compareChars()
1038 uhash_compareIChars(const UHashTok key1, const UHashTok key2) { in uhash_compareIChars() argument
1040 const char *p2 = (const char*) key2.pointer; in uhash_compareIChars()
1064 uhash_compareLong(const UHashTok key1, const UHashTok key2) { in uhash_compareLong() argument
1065 return (UBool)(key1.integer == key2.integer); in uhash_compareLong()
/third_party/python/Lib/test/
H A Dtest_selectors.py155 key2 = s.modify(rd, selectors.EVENT_WRITE)
156 self.assertNotEqual(key.events, key2.events)
157 self.assertEqual(key2, s.get_key(rd))
166 key2 = s.modify(rd, selectors.EVENT_READ, d2)
167 self.assertEqual(key.events, key2.events)
168 self.assertNotEqual(key.data, key2.data)
169 self.assertEqual(key2, s.get_key(rd))
170 self.assertEqual(key2.data, d2)

Completed in 20 milliseconds

12345678910>>...15