Home
last modified time | relevance | path

Searched refs:key2 (Results 351 - 375 of 432) sorted by relevance

1...<<1112131415161718

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp783 * @tc.steps: step5. deviceA put {key2, SCHEMA_VALUE1} and wait 1s in HWTEST_F()
787 Key key2 = {'2'}; in HWTEST_F() local
788 status = g_schemaKvDelegatePtr->Put(key2, value2); in HWTEST_F()
792 * @tc.steps: step6. deviceB don't has {key2, SCHEMA_VALUE1} in HWTEST_F()
796 EXPECT_TRUE(g_deviceB->GetData(key2, item2) != E_OK); in HWTEST_F()
/kernel/linux/linux-5.10/fs/ubifs/
H A Djournal.c1714 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local
1786 highest_ino_key(c, &key2, inode->i_ino); in ubifs_jnl_delete_xattr()
1787 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_jnl_delete_xattr()
/kernel/linux/linux-6.6/fs/smb/server/
H A Doplock.c492 const char *guid2, *key2; in compare_guid_key() local
495 key2 = opinfo->o_lease->lease_key; in compare_guid_key()
497 !memcmp(key1, key2, SMB2_LEASE_KEY_SIZE)) in compare_guid_key()
/kernel/linux/linux-6.6/fs/ubifs/
H A Djournal.c1724 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local
1796 highest_ino_key(c, &key2, inode->i_ino); in ubifs_jnl_delete_xattr()
1797 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_jnl_delete_xattr()
/third_party/eudev/src/shared/
H A Dhashmap.c1342 void *hashmap_get2(Hashmap *h, const void *key, void **key2) { in hashmap_get2() argument
1355 if (key2) in hashmap_get2()
1356 *key2 = (void*) e->b.key; in hashmap_get2()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java1893 int key2=(trail<<COMP_2_TRAIL_SHIFT)&0xffff; in combine()
1899 if(key2>(secondUnit=compositions.charAt(list+1))) { in combine()
1905 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) { in combine()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java1902 int key2=(trail<<COMP_2_TRAIL_SHIFT)&0xffff; in combine()
1908 if(key2>(secondUnit=compositions.charAt(list+1))) { in combine()
1914 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) { in combine()
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1458 CollationKey key2;
1459 coll->getCollationKey(s + segmentStart, i - segmentStart, key2, errorCode);
1462 const uint8_t *key2Bytes = key2.getByteArray(key2Length);
1480 // key2 is the sort key for the first segment.
/third_party/python/Lib/test/
H A Dtest_dict.py573 key2 = NastyKey(2)
576 d[key2] = 2
577 self.assertEqual(d, {key2: 2})
1491 # Create dicts of the form `{'key1': 42, 'key2': 43, key3: 44}` in a
1497 dicts.append({'key1': 42, 'key2': 43, key3: 44})
1500 d = {'key1': 42, 'key2': 43}
1505 d = {'key1': 42, 'key2': 43}
1510 d = {'key1': 42, 'key2': 43}
1515 d = {'key1': 42, 'key2': 43}
1522 yield ('key2', 4
[all...]
H A Dtest_set.py716 key2 = self.thetype(reversed(seq))
717 self.assertEqual(key1, key2)
718 self.assertNotEqual(id(key1), id(key2))
721 self.assertEqual(d[key2], 42)
/kernel/linux/linux-5.10/drivers/net/hippi/
H A Drrunner.h617 u32 key2; member
/kernel/linux/linux-6.6/drivers/net/hippi/
H A Drrunner.h617 u32 key2; member
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c2628 static int ntfs_index_keys_compare(u8 *key1, u8 *key2, int key1_length, in ntfs_index_keys_compare() argument
2637 u2 = le32_to_cpup((const le32*)key2); in ntfs_index_keys_compare()
2650 u2 = le32_to_cpup((const le32*)(key2 + i)); in ntfs_index_keys_compare()
2667 u2 = le32_to_cpu(((SDH_INDEX_KEY*)key2)->hash); in ntfs_index_keys_compare()
2674 u2 = le32_to_cpu(((SDH_INDEX_KEY*)key2)->security_id); in ntfs_index_keys_compare()
2683 i = memcmp(key1, key2, min(key1_length, key2_length)); in ntfs_index_keys_compare()
/kernel/linux/linux-5.10/drivers/crypto/
H A Datmel-aes.c145 u32 key2[AES_KEYSIZE_256 / sizeof(u32)]; member
1799 ctx->key2, ctx->base.keylen); in atmel_aes_xts_start()
1853 memcpy(ctx->key2, key + keylen/2, keylen/2); in atmel_aes_xts_setkey()
/kernel/linux/linux-6.6/drivers/crypto/
H A Datmel-aes.c145 u32 key2[AES_KEYSIZE_256 / sizeof(u32)]; member
1831 ctx->key2, ctx->base.keylen); in atmel_aes_xts_start()
1888 memcpy(ctx->key2, key + keylen/2, keylen/2); in atmel_aes_xts_setkey()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp1160 uint16_t key2=(uint16_t)(trail<<COMP_2_TRAIL_SHIFT);
1166 if(key2>(secondUnit=list[1])) {
1172 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) {
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.cpp1160 uint16_t key2=(uint16_t)(trail<<COMP_2_TRAIL_SHIFT);
1166 if(key2>(secondUnit=list[1])) {
1172 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) {
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp1160 uint16_t key2=(uint16_t)(trail<<COMP_2_TRAIL_SHIFT);
1166 if(key2>(secondUnit=list[1])) {
1172 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) {
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H A Dpinctrl-cygnus-mux.c509 CYGNUS_PIN_GROUP(key2, 0x4, 8, 1),
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H A Dpinctrl-cygnus-mux.c502 CYGNUS_PIN_GROUP(key2, 0x4, 8, 1),
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_ex_test.cpp1361 const std::string key2 ="Orientation"; in HWTEST_F() local
1362 jpegDecoder->JpegDecoder::getExifTagFromKey(key2); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp196 Blob key2(str1); in HWTEST_F()
198 status = kvStore_->Put(key2, value2); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c396 const u8 *key2 = key + (keylen / 2); in otx_cpt_skcipher_xts_setkey() local
405 memcpy(ctx->enc_key + KEY2_OFFSET, key2, keylen / 2); in otx_cpt_skcipher_xts_setkey()
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dstree.c40 * Returns: -1 if key1 < key2
41 * 0 if key1 == key2
42 * 1 if key1 > key2
65 * Returns: -1 if key1 < key2 0
66 * if key1 = key2 1 if key1 > key2
99 const struct reiserfs_key *key2) in comp_short_le_keys()
105 k2_u32 = (__u32 *) key2; in comp_short_le_keys()
98 comp_short_le_keys(const struct reiserfs_key *key1, const struct reiserfs_key *key2) comp_short_le_keys() argument
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dstree.c40 * Returns: -1 if key1 < key2
41 * 0 if key1 == key2
42 * 1 if key1 > key2
65 * Returns: -1 if key1 < key2 0
66 * if key1 = key2 1 if key1 > key2
99 const struct reiserfs_key *key2) in comp_short_le_keys()
105 k2_u32 = (__u32 *) key2; in comp_short_le_keys()
98 comp_short_le_keys(const struct reiserfs_key *key1, const struct reiserfs_key *key2) comp_short_le_keys() argument

Completed in 74 milliseconds

1...<<1112131415161718