Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 25 of 188) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactorDebugInfo.hpp33 struct Hash struct
35 std::size_t operator()(const FunctionLocation &l) const noexcept in operator ()()
51 struct Hash struct
53 std::size_t operator()(const Location &l) const noexcept in operator ()()
/third_party/skia/third_party/externals/dawn/src/common/
DHashUtils.h28 size_t Hash(const T& value) { in Hash() function
34 size_t Hash(const TypedInteger<Tag, T>& value) { in Hash() function
77 size_t Hash(const std::bitset<N>& value) { in Hash() function
/third_party/skia/tools/gpu/
DMemoryCache.h80 struct Hash { struct
90 std::unordered_map<Key, Value, Hash> fMap; argument
/third_party/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs7 type Hash = usize; typedef
167 fn hash(&self, bytes: &[u8]) -> Hash { in hash()
180 fn update_hash(&self, prev: Hash, old_byte: u8, new_byte: u8) -> Hash { in update_hash()
/third_party/rust/crates/memchr/src/memmem/
Drabinkarp.rs155 pub(crate) struct Hash(u32); struct
157 impl Hash { implementation
164 pub(crate) fn from_bytes_fwd(bytes: &[u8]) -> Hash { in from_bytes_fwd()
173 fn from_bytes_rev(bytes: &[u8]) -> Hash { in from_bytes_rev()
/third_party/json/tests/thirdparty/Fuzzer/test/
DSimpleHashTest.cpp16 uint32_t Hash = 0x12039854; in simple_hash() local
32 uint32_t Hash = simple_hash(&Data[0], Size - 4); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_map_test.cc83 struct Hash { in TEST() struct
84 size_t operator()(const Int& obj) const { return obj.value; } in TEST()
138 struct Hash { struct
139 using is_transparent = void;
140 int* tracker;
141 size_t operator()(size_t obj) const { in operator ()()
145 size_t operator()(const LazyInt& obj) const { in operator ()()
Dnode_hash_set_test.cc52 struct Hash { in TEST() struct
53 size_t operator()(const std::unique_ptr<int>& p) const { return *p; } in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DCachedHashString.h32 uint32_t Hash; variable
39 CachedHashStringRef(StringRef S, uint32_t Hash) in CachedHashStringRef()
/third_party/node/deps/v8/src/compiler/
Dfeedback-source.h27 struct Hash { struct
28 size_t operator()(FeedbackSource const& source) const { in operator()
Dcompilation-dependencies.cc197 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::InitialMapDependency
249 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::PrototypePropertyDependency
281 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::StableMapDependency
409 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::ConstantInDictionaryPrototypeChainDependency
476 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::OwnConstantDataPropertyDependency
547 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::OwnConstantDictionaryPropertyDependency
579 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::ConsistentJSFunctionViewDependency
608 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::TransitionDependency
639 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::PretenureModeDependency
688 size_t Hash() const override { in Hash() function in v8::internal::compiler::__anon82456ba40211::FieldRepresentationDependency
[all …]
/third_party/skia/src/gpu/text/
DGrStrikeCache.cpp38 uint32_t GrStrikeCache::HashTraits::Hash(const SkDescriptor& descriptor) { in Hash() function in GrStrikeCache::HashTraits
57 uint32_t GrTextStrike::HashTraits::Hash(SkPackedGlyphID key) { in Hash() function in GrTextStrike::HashTraits
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/
Dgit.go47 type Hash [20]byte type
136 func CheckoutRemoteCommit(path, url string, commit Hash) error {
157 func CheckoutCommit(path string, commit Hash) error {
176 Hash Hash member
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_pss.c32 const EVP_MD *Hash, const unsigned char *EM, in RSA_verify_PKCS1_PSS()
39 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_verify_PKCS1_PSS_mgf1()
148 const EVP_MD *Hash, int sLen) in RSA_padding_add_PKCS1_PSS()
155 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_padding_add_PKCS1_PSS_mgf1()
/third_party/openssl/crypto/rsa/
Drsa_pss.c32 const EVP_MD *Hash, const unsigned char *EM, in RSA_verify_PKCS1_PSS()
39 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_verify_PKCS1_PSS_mgf1()
148 const EVP_MD *Hash, int sLen) in RSA_padding_add_PKCS1_PSS()
155 const EVP_MD *Hash, const EVP_MD *mgf1Hash, in RSA_padding_add_PKCS1_PSS_mgf1()
/third_party/skia/tools/
DUrlDataManager.h78 static uint32_t Hash(const SkData& key) { in Hash() function
88 static uint32_t Hash(const SkString& key) { in Hash() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h66 using Hash = absl::Hash<T>; member
99 using Hash = StringHash; member
Dhash_function_defaults_test.cc46 TEST(Hash, Int32) { in TEST() argument
67 TEST(Hash, Enum) { in TEST() argument
159 TEST(Hash, DerivedAndBase) { in TEST() argument
174 TEST(Hash, FunctionPointer) { in TEST() argument
339 enum Hash : size_t { enum
372 size_t Hash(const T& v) { in Hash() function
/third_party/node/lib/internal/crypto/
Dhash.js60 function Hash(algorithm, options) { class
189 Hash, property
/third_party/skia/src/gpu/
DGrManagedResource.h43 struct Hash { struct
53 fHashSet.foreach([](const GrManagedResource* r) { in ~Trace() argument
/third_party/typescript/tests/cases/compiler/
DtaggedPrimitiveNarrowing.ts4 type Hash = string & { __hash: true }; alias
DdeclarationsForIndirectTypeAliasReference.ts8 interface Hash<T> { interface
/third_party/node/deps/v8/src/objects/
Dmodule-inl.h38 struct Module::Hash { struct
39 V8_INLINE size_t operator()(Module const& module) const { in operator()
/third_party/gn/src/base/
Dstl_util.h233 void EraseIf(std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
245 std::unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
255 void EraseIf(std::unordered_set<Key, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
265 void EraseIf(std::unordered_multiset<Key, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h33 hash_code Hash; member
85 std::array<uint8_t, 8> Hash; member

12345678