Home
last modified time | relevance | path

Searched refs:key1 (Results 251 - 275 of 427) sorted by relevance

1...<<1112131415161718

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java1874 int key1, firstUnit; in combine()
1878 key1=(trail<<1); in combine()
1879 while(key1>(firstUnit=compositions.charAt(list))) { in combine()
1882 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) { in combine()
1892 key1=COMP_1_TRAIL_LIMIT+(((trail>>COMP_1_TRAIL_SHIFT))&~COMP_1_TRIPLE); in combine()
1896 if(key1>(firstUnit=compositions.charAt(list))) { in combine()
1898 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) { in combine()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java1883 int key1, firstUnit; in combine()
1887 key1=(trail<<1); in combine()
1888 while(key1>(firstUnit=compositions.charAt(list))) { in combine()
1891 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) { in combine()
1901 key1=COMP_1_TRAIL_LIMIT+(((trail>>COMP_1_TRAIL_SHIFT))&~COMP_1_TRIPLE); in combine()
1905 if(key1>(firstUnit=compositions.charAt(list))) { in combine()
1907 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) { in combine()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dindex.c32 * key1 - cpu_str, key2 - ATTR_FILE_NAME
34 static int cmp_fnames(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_fnames() argument
58 return ntfs_cmp_names_cpu(key1, s2, sbi->upcase, both_case); in cmp_fnames()
61 f1 = key1; in cmp_fnames()
69 static int cmp_uint(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_uint() argument
72 const u32 *k1 = key1; in cmp_uint()
88 static int cmp_sdh(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_sdh() argument
91 const struct SECURITY_KEY *k1 = key1; in cmp_sdh()
123 static int cmp_uints(const void *key1, size_t l1, const void *key2, size_t l2, in cmp_uints() argument
126 const __le32 *k1 = key1; in cmp_uints()
[all...]
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp315 int DateTimeRule::CompareLevel(std::string& key1, std::string& key2) in CompareLevel() argument
318 int level1 = GetLevel(key1); in CompareLevel()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Djs_ability_context.h204 bool operator()(const ConnectionKey &key1, const ConnectionKey &key2) const in operator ()()
206 if (key1.id < key2.id) { in operator ()()
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_hotkey_test.cpp560 int32_t key1 = 0; in HWTEST_F() local
561 int32_t *pressedKeys[2] = { &key, &key1 }; in HWTEST_F()
/kernel/linux/linux-5.10/arch/c6x/platforms/
H A Ddscr.c160 u32 lock1, u32 key1) in dscr_write_locked2()
163 soc_writel(key1, dscr.base + lock1); in dscr_write_locked2()
423 * ti,dscr-kick-regs = <kickreg0 key0 kickreg1 key1>
158 dscr_write_locked2(u32 reg, u32 val, u32 lock0, u32 key0, u32 lock1, u32 key1) dscr_write_locked2() argument
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c238 const u8 *key1 = key; in cvm_xts_setkey() local
245 memcpy(ctx->enc_key, key1, keylen / 2); in cvm_xts_setkey()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c303 const union xfs_btree_key *key1, in xfs_refcountbt_keys_contiguous()
309 return xbtree_key_contig(be32_to_cpu(key1->refc.rc_startblock), in xfs_refcountbt_keys_contiguous()
301 xfs_refcountbt_keys_contiguous( struct xfs_btree_cur *cur, const union xfs_btree_key *key1, const union xfs_btree_key *key2, const union xfs_btree_key *mask) xfs_refcountbt_keys_contiguous() argument
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c237 const u8 *key1 = key; in cvm_xts_setkey() local
244 memcpy(ctx->enc_key, key1, keylen / 2); in cvm_xts_setkey()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dexpr.c68 static bool key_equal(long key1, long key2, void *ctx __maybe_unused) in key_equal() argument
70 return !strcmp((const char *)key1, (const char *)key2); in key_equal()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c313 static bool symbol_equal(long key1, long key2, void *ctx __maybe_unused) in symbol_equal() argument
315 return strcmp((const char *) key1, (const char *) key2) == 0; in symbol_equal()
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.cpp55 ucache_compareKeys(const UHashTok key1, const UHashTok key2) { in ucache_compareKeys() argument
56 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer; in ucache_compareKeys()
/third_party/node/lib/internal/util/
H A Dcomparisons.js472 function mapHasEqualEntry(set, map, key1, item1, strict, memo) {
477 if (innerDeepEqual(key1, key2, strict, memo) &&
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.cpp55 ucache_compareKeys(const UHashTok key1, const UHashTok key2) { in ucache_compareKeys() argument
56 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer; in ucache_compareKeys()
/third_party/skia/third_party/externals/icu/source/common/
H A Dunifiedcache.cpp55 ucache_compareKeys(const UHashTok key1, const UHashTok key2) { in ucache_compareKeys() argument
56 const CacheKeyBase *p1 = (const CacheKeyBase *) key1.pointer; in ucache_compareKeys()
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc663 int32 key1 = 0; in TEST_F() local
671 map1[key1] = value1a; in TEST_F()
678 map2[key1] = value1b; in TEST_F()
774 int32 key1 = 0; in TEST_F() local
780 map[key1] = value1; in TEST_F()
789 EXPECT_TRUE(map_.end() == map_.find(key1)); in TEST_F()
810 int32 key1 = 0; in CopyConstructorHelper() local
816 map[key1] = value1; in CopyConstructorHelper()
824 EXPECT_EQ(value1, other.at(key1)); in CopyConstructorHelper()
838 int32 key1 in TEST_F() local
855 int32 key1 = 0; TEST_F() local
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs369 var key1 = 10; in MapNonContiguousEntries()
374 output.WriteInt32(key1); in MapNonContiguousEntries()
402 MapInt32Int32 = { { key1, value1 }, { key3, value3 } }, in MapNonContiguousEntries()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DGeneratedMessageTest.cs404 var key1 = 10; in MapNonContiguousEntries()
409 output.WriteInt32(key1); in MapNonContiguousEntries()
442 MapInt32Int32 = { { key1, value1 }, { key3, value3 } }, in MapNonContiguousEntries()
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp1416 const glsl_type *const key1 = (glsl_type *) a; in record_key_compare() local
1419 return strcmp(key1->name, key2->name) == 0 && in record_key_compare()
1420 key1->record_compare(key2, true); in record_key_compare()
1559 const glsl_type *const key1 = (glsl_type *) a; in function_key_compare() local
1562 if (key1->length != key2->length) in function_key_compare()
1565 return memcmp(key1->fields.parameters, key2->fields.parameters, in function_key_compare()
1566 (key1->length + 1) * sizeof(*key1->fields.parameters)) == 0; in function_key_compare()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.h250 bool CompareKeyByIndexDistance(const std::string& key1, const std::string& key2) const;
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/
H A Dbdisp-reg.h61 u32 key1; member
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h61 u32 key1; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dmodes.h147 void *key1, *key2; member
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h195 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2);

Completed in 32 milliseconds

1...<<1112131415161718