Home
last modified time | relevance | path

Searched defs:ComputeHash (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DMemProf.h507 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function
564 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
608 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
648 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
684 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
729 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DFoldingSet.h299 unsigned ComputeHash() const { in ComputeHash() function
371 unsigned ComputeHash() const { in ComputeHash() function
410 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
426 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DFoldingSet.h299 unsigned ComputeHash() const { in ComputeHash() function
371 unsigned ComputeHash() const { in ComputeHash() function
410 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
426 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DFoldingSet.h298 unsigned ComputeHash() const { in ComputeHash() function
370 unsigned ComputeHash() const { in ComputeHash() function
409 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
425 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DFoldingSet.h300 unsigned ComputeHash() const { in ComputeHash() function
378 unsigned ComputeHash() const { in ComputeHash() function
417 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
433 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DFoldingSet.h300 unsigned ComputeHash() const { in ComputeHash() function
378 unsigned ComputeHash() const { in ComputeHash() function
417 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
433 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DMemProf.h466 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function
517 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
561 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
601 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DMemProf.h466 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function
517 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
561 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
601 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DMemProf.h463 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function
511 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
550 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
590 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DMemProf.h466 hash_value_type ComputeHash(uint64_t K) { return K; } in ComputeHash() function
517 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
561 static hash_value_type ComputeHash(key_type_ref K) { return K; } in ComputeHash() function
601 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash() function
/aosp_15_r20/external/llvm/lib/Support/
H A DFoldingSet.cpp30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef
146 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFoldingSet.cpp29 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef
145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dop_builder.cc41 inline uint64_t ComputeHash(const int shape[], const char* data, in ComputeHash() function
49 inline uint64_t ComputeHash(const TfLiteTensor& tensor, const int shape[], in ComputeHash() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DFoldingSet.h374 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
390 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DFoldingSet.h381 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
397 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/aosp_15_r20/external/clang/lib/Lex/
H A DPTHLexer.cpp325 static hash_value_type ComputeHash(internal_key_type x) { in ComputeHash() function in __anonc6d4fdb60111::PTHFileLookupCommonTrait
383 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in PTHManager::PTHStringLookupTrait
/aosp_15_r20/external/tink/cc/internal/
H A Dmd_util.cc74 util::StatusOr<std::string> ComputeHash(absl::string_view input, in ComputeHash() function
/aosp_15_r20/external/tink/go/subtle/
H A Dsubtle.go122 func ComputeHash(hashFunc func() hash.Hash, data []byte) ([]byte, error) { func
/aosp_15_r20/external/clang/lib/Frontend/
H A DCacheTokens.cpp124 static hash_value_type ComputeHash(PTHEntryKeyVariant V) { in ComputeHash() function in __anon60ce9e690111::FileEntryPTHEntryInfo
621 static hash_value_type ComputeHash(PTHIdKey* key) { in ComputeHash() function in __anon60ce9e690611::PTHIdentifierTableTrait
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTCommon.cpp167 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
H A DGlobalModuleIndex.cpp83 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anond88f0fce0311::IdentifierIndexReaderTrait
660 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anond88f0fce0711::IdentifierIndexWriterTrait
/aosp_15_r20/external/tensorflow/tensorflow/core/util/autotune_maps/
H A Dconv_parameters.cc31 uint64 ComputeHash(int device_id, const ConvParametersProto& proto) { in ComputeHash() function
/aosp_15_r20/system/libziparchive/
H A Dzip_cd_entry_map.cc19 static uint32_t ComputeHash(std::string_view name) { in ComputeHash() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/
H A Dfingerprinting.cc109 uint64 ComputeHash(const GraphDef& graph_def) { in ComputeHash() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dnull_decrypter.cc105 absl::uint128 NullDecrypter::ComputeHash(const absl::string_view data1, in ComputeHash() function in quic::NullDecrypter

12