Home
last modified time | relevance | path

Searched defs:hash_code (Results 1 – 25 of 101) sorted by relevance

12345

/aosp_15_r20/art/compiler/optimizing/
H A Dgvn.cc86 size_t hash_code = HashCode(instruction); in Add() local
99 size_t hash_code = HashCode(instruction); in Lookup() local
115 size_t hash_code = HashCode(instruction); in Contains() local
188 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node()
312 size_t hash_code = instruction->ComputeHashCode(); in HashCode() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dresource_handle.h69 uint64 hash_code() const { return hash_code_; } in hash_code() function
70 void set_hash_code(uint64 hash_code) { hash_code_ = hash_code; } in set_hash_code()
H A Dresource_handle.proto29 uint64 hash_code = 4; field
H A Dtype_index.h53 uint64 hash_code() const { return hash_; } in hash_code() function
/aosp_15_r20/art/runtime/
H A Dmonitor.cc97 Monitor::Monitor(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) in Monitor()
130 int32_t hash_code, in Monitor()
1038 void Monitor::Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) { in Inflate()
1062 uint32_t hash_code, in InflateThinLocked()
H A Dmonitor_pool.cc111 int32_t hash_code) in CreateMonitorInPool()
H A Dmonitor_pool.h49 int32_t hash_code) in CreateMonitor()
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Djava_utils.rs17 pub(crate) fn hash_code(input: &[u8]) -> i32 { in hash_code() function
/aosp_15_r20/frameworks/base/core/proto/android/view/
H A Dsurfacecontrol.proto30 optional int32 hash_code = 1; field
/aosp_15_r20/external/perfetto/protos/perfetto/trace/android/view/
H A Dsurfacecontrol.proto23 optional int32 hash_code = 1; field
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dtypeinfo.cpp26 size_t std::type_info::hash_code() const noexcept { in hash_code() function in std::type_info
/aosp_15_r20/external/libcxx/src/
H A Dtypeinfo.cpp26 size_t std::type_info::hash_code() const _NOEXCEPT { in hash_code() function in std::type_info
/aosp_15_r20/external/rust/android-crates-io/crates/weak-table/src/
Dweak_value_hash_map.rs31 hash_code: HashCode, field
299 let hash_code = self.hash(&key); in entry_no_grow() localVariable
341 let hash_code = self.hash(key); in find_bucket() localVariable
Dweak_weak_hash_map.rs32 hash_code: HashCode, field
301 let hash_code = self.hash(&key, K::hash); in entry_no_grow() localVariable
342 let hash_code = self.hash(key, Q::hash); in find_bucket() localVariable
Dweak_key_hash_map.rs26 hash_code: HashCode, field
338 let hash_code = self.hash(&key, K::hash); in entry_no_grow() localVariable
379 let hash_code = self.hash(key, Q::hash); in find_bucket() localVariable
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DModuleFileExtension.h20 class hash_code; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/
Dctti_type_index.hpp205 inline std::size_t ctti_type_index::hash_code() const BOOST_NOEXCEPT { in hash_code() function in boost::typeindex::ctti_type_index
Dstl_type_index.hpp183 inline std::size_t stl_type_index::hash_code() const BOOST_NOEXCEPT { in hash_code() function in boost::typeindex::stl_type_index
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_android_winscope_extensions_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/android/view/
Dsurfacecontrol.pbzero.h26 int32_t hash_code() const { return at<1>().as_int32(); } in hash_code() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DSanitizers.h25 class hash_code; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DSanitizers.h25 class hash_code; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DSanitizers.h25 class hash_code; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DSanitizers.h25 class hash_code; variable
/aosp_15_r20/packages/modules/UprobeStats/src/bpf_progs/
DProcessManagement.c61 __u32 hash_code; member
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/view/
Dsurfacecontrol.pb.h266 inline ::int32_t SurfaceControlProto::hash_code() const { in hash_code() function

12345