/aosp_15_r20/art/runtime/ |
H A D | class_table.cc | 41 ObjPtr<mirror::Class> ClassTable::UpdateClass(ObjPtr<mirror::Class> klass, size_t hash) { in UpdateClass() 81 size_t sum = 0; in NumZygoteClasses() local 95 size_t sum = 0; in NumReferencedZygoteClasses() local 107 ObjPtr<mirror::Class> ClassTable::Lookup(std::string_view descriptor, size_t hash) { in Lookup() 128 void ClassTable::InsertWithHash(ObjPtr<mirror::Class> klass, size_t hash) { in InsertWithHash()
|
H A D | intern_table.cc | 79 uint32_t hash = static_cast<uint32_t>(old_ref->GetStoredHashCode()); in VisitRoots() local 109 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupWeak() local 117 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupStrong() local 125 uint32_t hash = Utf8String::Hash(utf16_length, utf8_data); in LookupStrong() local 133 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupWeakLocked() local 140 uint32_t hash = static_cast<uint32_t>(s->GetHashCode()); in LookupStrongLocked() local 150 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s, uint32_t hash) { in InsertStrong() 162 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s, uint32_t hash) { in InsertWeak() 171 void InternTable::RemoveStrong(ObjPtr<mirror::String> s, uint32_t hash) { in RemoveStrong() 175 void InternTable::RemoveWeak(ObjPtr<mirror::String> s, uint32_t hash) { in RemoveWeak() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/common/ |
H A D | dpp_crypto.c | 249 int dpp_get_pubkey_hash(struct crypto_ec_key *key, u8 *hash) in dpp_get_pubkey_hash() 691 u8 hash[SHA256_MAC_LEN]; in dpp_check_pubkey_match() local 731 u8 *hash = NULL; in dpp_process_signed_connector() local 1061 struct crypto_bignum *sum = NULL, *lx = NULL, *bR = NULL, *pR = NULL; in dpp_auth_derive_l_responder() local 1103 struct crypto_ec_point *L = NULL, *sum = NULL, *BR = NULL, *PR = NULL; in dpp_auth_derive_l_initiator() local 1177 u8 hash[SHA256_MAC_LEN]; in dpp_derive_pmkid() local 1464 u8 hash[DPP_MAX_HASH_LEN]; in dpp_pkex_derive_Qi() local 1539 u8 hash[DPP_MAX_HASH_LEN]; in dpp_pkex_derive_Qr() local 1688 struct crypto_bignum *sum = NULL, *cR = NULL, *pR = NULL; in dpp_reconfig_derive_ke_responder() local 1792 struct crypto_ec_point *sum = NULL, *M = NULL, *CR = NULL, *PR = NULL; in dpp_reconfig_derive_ke_initiator() local [all …]
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_symtab.c | 152 static void cil_complex_symtab_hash(struct cil_complex_symtab_key *ckey, int mask, intptr_t *hash) in cil_complex_symtab_hash() 154 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4; in cil_complex_symtab_hash() local 171 intptr_t hash; in cil_complex_symtab_insert() local 230 intptr_t hash; in cil_complex_symtab_search() local
|
/aosp_15_r20/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 68 int sum = a[i] + b[i] + carry; in le128_add() local 79 int sum = a[i] - b[i] - carry; in le128_sub() local 215 uint64_t sum = 0; in NH_Pass() local 286 uint8_t hash[kPoly1305HashSize]; in DoCrypt() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | MapMakerInternalMap.java | 299 E newEntry(S segment, K key, int hash, @CheckForNull E next); in newEntry() 346 final int hash; field in MapMakerInternalMap.AbstractStrongKeyEntry 348 AbstractStrongKeyEntry(K key, int hash) { in AbstractStrongKeyEntry() 392 private StrongKeyStrongValueEntry(K key, int hash) { in StrongKeyStrongValueEntry() 406 LinkedStrongKeyStrongValueEntry(K key, int hash, StrongKeyStrongValueEntry<K, V> next) { in LinkedStrongKeyStrongValueEntry() 470 int hash, in newEntry() 486 private StrongKeyWeakValueEntry(K key, int hash) { in StrongKeyWeakValueEntry() 505 LinkedStrongKeyWeakValueEntry(K key, int hash, StrongKeyWeakValueEntry<K, V> next) { in LinkedStrongKeyWeakValueEntry() 571 int hash, in newEntry() 585 private StrongKeyDummyValueEntry(K key, int hash) { in StrongKeyDummyValueEntry() [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | MapMakerInternalMap.java | 299 E newEntry(S segment, K key, int hash, @CheckForNull E next); in newEntry() 346 final int hash; field in MapMakerInternalMap.AbstractStrongKeyEntry 348 AbstractStrongKeyEntry(K key, int hash) { in AbstractStrongKeyEntry() 392 private StrongKeyStrongValueEntry(K key, int hash) { in StrongKeyStrongValueEntry() 406 LinkedStrongKeyStrongValueEntry(K key, int hash, StrongKeyStrongValueEntry<K, V> next) { in LinkedStrongKeyStrongValueEntry() 470 int hash, in newEntry() 486 private StrongKeyWeakValueEntry(K key, int hash) { in StrongKeyWeakValueEntry() 505 LinkedStrongKeyWeakValueEntry(K key, int hash, StrongKeyWeakValueEntry<K, V> next) { in LinkedStrongKeyWeakValueEntry() 571 int hash, in newEntry() 585 private StrongKeyDummyValueEntry(K key, int hash) { in StrongKeyDummyValueEntry() [all …]
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | dirhash.c | 42 __u32 sum = 0; in TEA_transform() local 129 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash() local 204 __u32 hash; in ext2fs_dirhash() local
|
/aosp_15_r20/bionic/linker/arch/arm_neon/ |
H A D | linker_gnu_hash_neon.cpp | 197 uint32x2_t sum = vadd_u32(vget_low_u32(accum_lo), vget_high_u32(accum_lo)); in calculate_gnu_hash_neon() local 198 const uint32_t hash = sum[0] + sum[1]; in calculate_gnu_hash_neon() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/ |
H A D | WimIn.cpp | 786 UInt32 sum = 8; in ParseImageDirs() local 825 UInt32 sum = (UInt32)pos + numEntries * 8; in ParseImageDirs() local 1091 Byte hash[kHashSize]; in Open() local 1190 static int FindHash(const CStreamInfo *streams, const CUIntVector &sorted, const Byte *hash) in FindHash() 1455 const Byte *hash = Images[item.ImageIndex].Meta + item.Offset; in FillAndCheck() local
|
H A D | WimHandlerOut.cpp | 49 const unsigned hash = (((unsigned)h[0] << 8) | (unsigned)h[1]) >> (16 - k_NumSubVectors_Bits); in AddUniqHash() local 218 UInt64 sum = 0; in GetTotalSize() local 1618 Byte hash[kHashSize]; in Z7_COM7F_IMF() local 1683 Byte hash[kHashSize]; in Z7_COM7F_IMF() local 1710 Byte hash[kHashSize]; in Z7_COM7F_IMF() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/ |
D | vdso.rs | 132 let mut hash: *const u32 = null(); in init_from_sysinfo_ehdr() localVariable 289 let sum = self.addr_from_elf(sym.st_value).unwrap(); in sym() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/ |
D | ring_hash.cc | 195 uint64_t hash; member 350 absl::string_view hash; in Pick() local 469 size_t sum = 0; in Ring() local 536 const uint64_t hash = XXH64(hash_key.data(), hash_key.size(), 0); in Ring() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
H A D | p256-m.c | 93 uint64_t sum = (uint64_t) carry + x[i] + y[i]; in u256_add() local 376 uint64_t sum = (uint64_t) z[8] + carry; in u288_muladd() local 1324 const uint8_t *hash, size_t hlen) in p256_ecdsa_sign() 1398 const uint8_t *hash, size_t hlen) in p256_ecdsa_verify()
|
/aosp_15_r20/external/mbedtls/3rdparty/p256-m/p256-m/ |
H A D | p256-m.c | 93 uint64_t sum = (uint64_t) carry + x[i] + y[i]; in u256_add() local 376 uint64_t sum = (uint64_t) z[8] + carry; in u288_muladd() local 1324 const uint8_t *hash, size_t hlen) in p256_ecdsa_sign() 1398 const uint8_t *hash, size_t hlen) in p256_ecdsa_verify()
|
/aosp_15_r20/external/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 765 struct f2fs_summary_block *sum; in f2fs_write_check_point_pack() local 1289 struct f2fs_summary *sum; in update_summary_entry() local 1303 f2fs_hash_t hash; in add_dentry() local
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | ml_math_func.c | 472 float d[6][6], sum = 0; in inv_matrix_det() local 491 double d[6][6], sum = 0; in inv_matrix_detd() local 544 uint32_t hash = 5381; in inv_checksum() local
|
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | ml_math_func.c | 472 float d[6][6], sum = 0; in inv_matrix_det() local 491 double d[6][6], sum = 0; in inv_matrix_detd() local 544 uint32_t hash = 5381; in inv_checksum() local
|
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/ring_hash/ |
H A D | ring_hash.cc | 150 uint64_t hash; member 377 size_t sum = 0; in Ring() local 444 const uint64_t hash = XXH64(hash_key.data(), hash_key.size(), 0); in Ring() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | tx_search.c | 84 const uint32_t hash = in get_block_residue_hash() local 92 const uint32_t hash) { in find_mb_rd_info() 160 int sum = 0; in pixel_diff_stats() local 281 static inline void save_mb_rd_info(int n4, uint32_t hash, in save_mb_rd_info() 450 double sum = 0.0; in get_sse_norm() local 462 double sum = 0.0; in get_sad_norm() local 526 double sum = 0.0; in get_mean() local 692 double sum = 0.0; in get_highbd_diff_mean() local 705 double sum = 0.0; in get_diff_mean() local 3523 uint32_t hash = 0; in av1_pick_recursive_tx_size_type_yrd() local [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
H A D | BigDecimalTest.java | 187 BigDecimal sum = add1.add(add2); in test_addLjava_math_BigDecimal() local 355 BigDecimal hash = new BigDecimal("1.00"); in test_hashCode() local
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | xxhash.h | 2874 static xxh_u32 XXH32_avalanche(xxh_u32 hash) in XXH32_avalanche() 2902 XXH32_finalize(xxh_u32 hash, const xxh_u8* ptr, size_t len, XXH_alignment align) in XXH32_finalize() 3155 XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH32_hash_t hash) in XXH32_canonicalFromHash() 3361 static xxh_u64 XXH64_avalanche(xxh_u64 hash) in XXH64_avalanche() 3390 XXH64_finalize(xxh_u64 hash, const xxh_u8* ptr, size_t len, XXH_alignment align) in XXH64_finalize() 3598 XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH_NOESCAPE XXH64_canonical_t* dst, XXH64_hash_t hash) in XXH64_canonicalFromHash() 4841 __m512i const sum = _mm512_add_epi64(*xacc, data_swap); in XXH3_accumulate_512_avx512() local 4950 __m256i const sum = _mm256_add_epi64(xacc[i], data_swap); in XXH3_accumulate_512_avx2() local 5057 __m128i const sum = _mm_add_epi64(xacc[i], data_swap); in XXH3_accumulate_512_sse2() local 5281 uint64x2_t sum = vmlal_u32(data_swap, data_key_lo, data_key_hi); in XXH3_accumulate_512_neon() local [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/marvell/doimage/ |
D | doimage.c | 237 uint32_t sum = 0; in checksum32() local 273 unsigned char hash[32]; in create_rsa_signature() local 350 unsigned char hash[32]; in verify_rsa_signature() local 1317 unsigned char hash[32]; in parse_image() local
|
/aosp_15_r20/external/arm-trusted-firmware/tools/marvell/doimage/ |
H A D | doimage.c | 242 uint32_t sum = 0; in checksum32() local 278 unsigned char hash[32]; in create_rsa_signature() local 355 unsigned char hash[32]; in verify_rsa_signature() local 1322 unsigned char hash[32]; in parse_image() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessor/linux_glibc_common/combined/ |
D | PluginAnnotationProcessor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |