/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 320 string_comp(const UElement key1, const UElement key2) { in string_comp() argument 321 const StringResource *res1 = static_cast<const StringResource *>(key1.pointer); in string_comp()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | collationtest.cpp | 1457 CollationKey key1(mergedKey.getAlias(), mergedKeyLength); // copies the bytes 1461 const uint8_t *key1Bytes = key1.getByteArray(key1Length);
|
/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 1172 bool operator()(uint32_t hash1, uint32_t hash2, const Handle<Name>& key1, in operator ()() argument 1174 return Name::Equals(isolate_, key1, key2); in operator ()()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | msgfmt.cpp | 160 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1, in equalFormatsForHash() argument 162 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer); in equalFormatsForHash()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | reslist.cpp | 320 string_comp(const UElement key1, const UElement key2) { in string_comp() argument 321 const StringResource *res1 = static_cast<const StringResource *>(key1.pointer); in string_comp()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unistr.cpp | 1959 uhash_compareUnicodeString(const UElement key1, const UElement key2) { in uhash_compareUnicodeString() argument 1960 const UnicodeString *str1 = (const UnicodeString*) key1.pointer; in uhash_compareUnicodeString()
|
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 8803 unsigned char *key1; in ssl_tls12_populate_transform() local 9063 key1 = keyblk + mac_key_len * 2; in ssl_tls12_populate_transform() 9078 key1 = keyblk + mac_key_len * 2 + keylen; in ssl_tls12_populate_transform() 9086 memcpy(transform->iv_dec, key1 + keylen, iv_copy_len); in ssl_tls12_populate_transform() 9087 memcpy(transform->iv_enc, key1 + keylen + iv_copy_len, in ssl_tls12_populate_transform() 9115 key1, in ssl_tls12_populate_transform() 9148 if ((ret = mbedtls_cipher_setkey(&transform->cipher_ctx_enc, key1, in ssl_tls12_populate_transform()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_module_tests.c | 1028 static const u8 key1[] = "Jefe"; variable 1217 if (sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1, in test_sha1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_module_tests.c | 1177 static const u8 key1[] = "Jefe"; variable 1366 if (sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1, in test_sha1()
|
H A D | crypto_openssl.c | 2954 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() argument 2956 if (EVP_PKEY_cmp((EVP_PKEY *) key1, (EVP_PKEY *) key2) != 1) in crypto_ec_key_cmp()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 844 char *key1 = NULL, *val1 = NULL; in writer_print_string() local 845 ret = validate_string(wctx, &key1, key); in writer_print_string() 849 wctx->writer->print_string(wctx, key1, val1); in writer_print_string() 856 av_free(key1); in writer_print_string()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 38 meta_blit_key_compare(const void *key1, const void *key2) in meta_blit_key_compare() argument 40 return memcmp(key1, key2, V3DV_META_BLIT_CACHE_KEY_SIZE) == 0; in meta_blit_key_compare() 138 meta_texel_buffer_copy_key_compare(const void *key1, const void *key2) in meta_texel_buffer_copy_key_compare() argument 140 return memcmp(key1, key2, V3DV_META_TEXEL_BUFFER_COPY_CACHE_KEY_SIZE) == 0; in meta_texel_buffer_copy_key_compare()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_binary.c | 4386 __attribute__ ((unused)), const_hashtab_key_t key1, in role_trans_compare() 4389 const role_trans_t *a = (const role_trans_t *)key1; in role_trans_compare() 4438 __attribute__ ((unused)), const_hashtab_key_t key1, in avrulex_compare() 4441 const avtab_key_t *a = (const avtab_key_t *)key1; in avrulex_compare() 4385 role_trans_compare(hashtab_t h __attribute__ ((unused)), const_hashtab_key_t key1, const_hashtab_key_t key2) role_trans_compare() argument 4437 avrulex_compare(hashtab_t h __attribute__ ((unused)), const_hashtab_key_t key1, const_hashtab_key_t key2) avrulex_compare() argument
|
/third_party/selinux/libsepol/src/ |
H A D | policydb.c | 855 const struct range_trans *key1 = (const struct range_trans *)k1; in rangetr_cmp() local 859 v = spaceship_cmp(key1->source_type, key2->source_type); in rangetr_cmp() 863 v = spaceship_cmp(key1->target_type, key2->target_type); in rangetr_cmp() 867 v = spaceship_cmp(key1->target_class, key2->target_class); in rangetr_cmp()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 1762 CollationKey key1 = coll.getCollationKey(tokens[i]); in TestVariableTop() 1765 if (key2.compareTo(key1) < 0) { in TestVariableTop()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 1765 CollationKey key1 = coll.getCollationKey(tokens[i]); in TestVariableTop() 1768 if (key2.compareTo(key1) < 0) { in TestVariableTop()
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_cipher.c | 262 u8 key1[DES_KEY_SIZE]; member 342 dev_err(dev, "Unsupported hw key1 number (%d)\n", in cc_cipher_sethkey()
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpi_internal.h | 670 u16 key1; member
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | ntfs_fs.h | 175 typedef int (*NTFS_CMP_FUNC)(const void *key1, size_t len1, const void *key2,
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_cipher.c | 265 u8 key1[DES_KEY_SIZE]; member 345 dev_err(dev, "Unsupported hw key1 number (%d)\n", in cc_cipher_sethkey()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi_internal.h | 670 u16 key1; member
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.h | 857 void mptcp_crypto_hmac_sha(u64 key1, u64 key2, u8 *msg, int len, void *hmac);
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 1382 static bool strs_hash_equal_fn(const void *key1, const void *key2, void *ctx) in strs_hash_equal_fn() argument 1385 const char *str1 = btf->strs_data + (long)key1; in strs_hash_equal_fn()
|
/kernel/linux/linux-5.10/drivers/pci/switch/ |
H A D | switchtec.c | 724 set_fw_info_part(info, &fi->key1); in flash_part_info_gen4()
|
/kernel/linux/linux-6.6/drivers/pci/switch/ |
H A D | switchtec.c | 778 set_fw_info_part(info, &fi->key1); in flash_part_info_gen4()
|