Home
last modified time | relevance | path

Searched refs:key1 (Results 226 - 250 of 341) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp1139 uint16_t key1, firstUnit;
1143 key1=(uint16_t)(trail<<1);
1144 while(key1>(firstUnit=*list)) {
1147 if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
1157 key1=(uint16_t)(COMP_1_TRAIL_LIMIT+
1163 if(key1>(firstUnit=*list)) {
1165 } else if(key1==(firstUnit&COMP_1_TRAIL_MASK)) {
H A Dstringtriebuilder.cpp31 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { in equalStringTrieNodes() argument
32 return icu::StringTrieBuilder::equalNodes(key1.pointer, key2.pointer); in equalStringTrieNodes()
/third_party/python/Lib/
H A Dzipfile.py589 key1 = 591751049
602 nonlocal key0, key1, key2
604 key1 = (key1 + (key0 & 0xFF)) & 0xFFFFFFFF
605 key1 = (key1 * 134775813 + 1) & 0xFFFFFFFF
606 key2 = crc32(key1 >> 24, key2)
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c462 const union xfs_btree_key *key1, in xfs_rmapbt_keys_contiguous()
475 return xbtree_key_contig(be32_to_cpu(key1->rmap.rm_startblock), in xfs_rmapbt_keys_contiguous()
460 xfs_rmapbt_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_rmapbt_keys_contiguous() argument
H A Dxfs_ialloc_btree.c391 const union xfs_btree_key *key1, in xfs_inobt_keys_contiguous()
397 return xbtree_key_contig(be32_to_cpu(key1->inobt.ir_startino), in xfs_inobt_keys_contiguous()
389 xfs_inobt_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_inobt_keys_contiguous() argument
H A Dxfs_bmap_btree.c513 const union xfs_btree_key *key1, in xfs_bmbt_keys_contiguous()
519 return xbtree_key_contig(be64_to_cpu(key1->bmbt.br_startoff), in xfs_bmbt_keys_contiguous()
511 xfs_bmbt_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_bmbt_keys_contiguous() argument
H A Dxfs_alloc_btree.c436 const union xfs_btree_key *key1, in xfs_allocbt_keys_contiguous()
442 return xbtree_key_contig(be32_to_cpu(key1->alloc.ar_startblock), in xfs_allocbt_keys_contiguous()
434 xfs_allocbt_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_allocbt_keys_contiguous() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat.c298 uint64_t *key1 = (uint64_t *) __key1; in pkg_id_equal() local
301 return *key1 == *key2; in pkg_id_equal()
/third_party/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp31 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { in equalStringTrieNodes() argument
32 return icu::StringTrieBuilder::equalNodes(key1.pointer, key2.pointer); in equalStringTrieNodes()
/third_party/node/deps/icu-small/source/common/
H A Dstringtriebuilder.cpp31 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) { in equalStringTrieNodes() argument
32 return icu::StringTrieBuilder::equalNodes(key1.pointer, key2.pointer); in equalStringTrieNodes()
/kernel/linux/linux-5.10/fs/ubifs/
H A Djournal.c1714 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local
1785 lowest_ino_key(c, &key1, inode->i_ino); in ubifs_jnl_delete_xattr()
1787 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_jnl_delete_xattr()
1795 ino_key_init(c, &key1, host->i_ino); in ubifs_jnl_delete_xattr()
1796 err = ubifs_tnc_add(c, &key1, lnum, xent_offs + len - hlen, hlen, hash); in ubifs_jnl_delete_xattr()
/kernel/linux/linux-6.6/fs/ubifs/
H A Djournal.c1724 union ubifs_key xent_key, key1, key2; in ubifs_jnl_delete_xattr() local
1795 lowest_ino_key(c, &key1, inode->i_ino); in ubifs_jnl_delete_xattr()
1797 err = ubifs_tnc_remove_range(c, &key1, &key2); in ubifs_jnl_delete_xattr()
1805 ino_key_init(c, &key1, host->i_ino); in ubifs_jnl_delete_xattr()
1806 err = ubifs_tnc_add(c, &key1, lnum, xent_offs + len - hlen, hlen, hash); in ubifs_jnl_delete_xattr()
/third_party/python/Python/
H A Dhamt.c626 PyObject *key1, PyObject *val1, in hamt_node_new_bitmap_or_collision()
630 /* Helper method. Creates a new node for key1/val and key2/val2 in hamt_node_new_bitmap_or_collision()
633 If key1 hash is equal to the hash of key2, a Collision node in hamt_node_new_bitmap_or_collision()
638 int32_t key1_hash = hamt_hash(key1); in hamt_node_new_bitmap_or_collision()
650 Py_INCREF(key1); in hamt_node_new_bitmap_or_collision()
651 n->c_array[0] = key1; in hamt_node_new_bitmap_or_collision()
670 n, shift, key1_hash, key1, val1, &added_leaf); in hamt_node_new_bitmap_or_collision()
706 | key1 | val1 | key2 | val2 | ... | keyN | valN | in hamt_node_bitmap_assoc()
625 hamt_node_new_bitmap_or_collision(uint32_t shift, PyObject *key1, PyObject *val1, int32_t key2_hash, PyObject *key2, PyObject *val2) hamt_node_new_bitmap_or_collision() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c70 const AES_KEY *key1, const AES_KEY *key2,
299 xctx->xts.key1 = &xctx->ks1; in aesni_xts_init_key()
654 xctx->xts.key1 = &xctx->ks1; in aes_t4_xts_init_key()
3101 if (xctx->xts.key1) { in aes_xts_ctrl()
3102 if (xctx->xts.key1 != &xctx->ks1) in aes_xts_ctrl()
3104 xctx_out->xts.key1 = &xctx_out->ks1; in aes_xts_ctrl()
3114 /* key1 and key2 are used as an indicator both key and IV are set */ in aes_xts_ctrl()
3115 xctx->xts.key1 = NULL; in aes_xts_ctrl()
3181 xctx->xts.key1 = &xctx->ks1; in aes_xts_init_key()
3203 xctx->xts.key1 in aes_xts_init_key()
[all...]
/third_party/openssl/crypto/evp/
H A De_aes.c70 const AES_KEY *key1, const AES_KEY *key2,
299 xctx->xts.key1 = &xctx->ks1; in aesni_xts_init_key()
654 xctx->xts.key1 = &xctx->ks1; in aes_t4_xts_init_key()
3107 if (xctx->xts.key1) { in aes_xts_ctrl()
3108 if (xctx->xts.key1 != &xctx->ks1) in aes_xts_ctrl()
3110 xctx_out->xts.key1 = &xctx_out->ks1; in aes_xts_ctrl()
3120 /* key1 and key2 are used as an indicator both key and IV are set */ in aes_xts_ctrl()
3121 xctx->xts.key1 = NULL; in aes_xts_ctrl()
3187 xctx->xts.key1 = &xctx->ks1; in aes_xts_init_key()
3209 xctx->xts.key1 in aes_xts_init_key()
[all...]
/third_party/selinux/libsepol/src/
H A Dhashtab.c40 const_hashtab_key_t key1, in hashtab_create()
37 hashtab_create(unsigned int (*hash_value) (hashtab_t h, const_hashtab_key_t key), int (*keycmp) (hashtab_t h, const_hashtab_key_t key1, const_hashtab_key_t key2), unsigned int size) hashtab_create() argument
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dpolicydb.c468 const struct range_trans *key1 = k1, *key2 = k2; in rangetr_cmp() local
471 v = key1->source_type - key2->source_type; in rangetr_cmp()
475 v = key1->target_type - key2->target_type; in rangetr_cmp()
479 v = key1->target_class - key2->target_class; in rangetr_cmp()
504 const struct role_trans_key *key1 = k1, *key2 = k2; in role_trans_cmp() local
507 v = key1->role - key2->role; in role_trans_cmp()
511 v = key1->type - key2->type; in role_trans_cmp()
515 return key1->tclass - key2->tclass; in role_trans_cmp()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dpolicydb.c463 const struct range_trans *key1 = k1, *key2 = k2; in rangetr_cmp() local
466 v = key1->source_type - key2->source_type; in rangetr_cmp()
470 v = key1->target_type - key2->target_type; in rangetr_cmp()
474 v = key1->target_class - key2->target_class; in rangetr_cmp()
499 const struct role_trans_key *key1 = k1, *key2 = k2; in role_trans_cmp() local
502 v = key1->role - key2->role; in role_trans_cmp()
506 v = key1->type - key2->type; in role_trans_cmp()
510 return key1->tclass - key2->tclass; in role_trans_cmp()
/third_party/mbedtls/library/
H A Daes.c760 const unsigned char **key1, in mbedtls_aes_xts_decode_keys()
776 *key1 = &key[0]; in mbedtls_aes_xts_decode_keys()
787 const unsigned char *key1, *key2; in mbedtls_aes_xts_setkey_enc() local
790 ret = mbedtls_aes_xts_decode_keys(key, keybits, &key1, &key1bits, in mbedtls_aes_xts_setkey_enc()
803 return mbedtls_aes_setkey_enc(&ctx->crypt, key1, key1bits); in mbedtls_aes_xts_setkey_enc()
811 const unsigned char *key1, *key2; in mbedtls_aes_xts_setkey_dec() local
814 ret = mbedtls_aes_xts_decode_keys(key, keybits, &key1, &key1bits, in mbedtls_aes_xts_setkey_dec()
827 return mbedtls_aes_setkey_dec(&ctx->crypt, key1, key1bits); in mbedtls_aes_xts_setkey_dec()
758 mbedtls_aes_xts_decode_keys(const unsigned char *key, unsigned int keybits, const unsigned char **key1, unsigned int *key1bits, const unsigned char **key2, unsigned int *key2bits) mbedtls_aes_xts_decode_keys() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1222 const struct mlxsw_sp_acl_erp_key *key1 = obj1; in mlxsw_sp_acl_erp_hints_obj_cmp() local
1229 return memcmp(key1->mask, key2->mask, sizeof(key1->mask)); in mlxsw_sp_acl_erp_hints_obj_cmp()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c258 const unsigned char *key1, in TSS_checkhmac2()
332 ret = TSS_rawhmac(testhmac1, key1, keylen1, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
255 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationRegressionTest.java1274 CollationKey key1 = col.getCollationKey(str1); in caseFirstCompressionSub()
1277 int cmpKey = key1.compareTo(key2); in caseFirstCompressionSub()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCurrencyTest.java130 Object key1 = Currency.registerInstance(jpy, ULocale.US); in TestRegistration()
156 if (!Currency.unregister(key1)) { in TestRegistration()
157 errln("unable to unregister currency using key1"); in TestRegistration()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCurrencyTest.java127 Object key1 = Currency.registerInstance(jpy, ULocale.US); in TestRegistration()
153 if (!Currency.unregister(key1)) { in TestRegistration()
154 errln("unable to unregister currency using key1"); in TestRegistration()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationRegressionTest.java1277 CollationKey key1 = col.getCollationKey(str1); in caseFirstCompressionSub()
1280 int cmpKey = key1.compareTo(key2); in caseFirstCompressionSub()

Completed in 54 milliseconds

12345678910>>...14