/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | ReactorDebugInfo.hpp | 33 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/ |
D | HashUtils.h | 28 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/ |
D | MemoryCache.h | 80 struct Hash { struct 90 std::unordered_map<Key, Value, Hash> fMap; argument
|
/third_party/rust/crates/aho-corasick/src/packed/ |
D | rabinkarp.rs | 7 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/ |
D | rabinkarp.rs | 155 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/ |
D | SimpleHashTest.cpp | 16 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/ |
D | flat_hash_map_test.cc | 83 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 ()()
|
D | node_hash_set_test.cc | 52 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/ |
D | CachedHashString.h | 32 uint32_t Hash; variable 39 CachedHashStringRef(StringRef S, uint32_t Hash) in CachedHashStringRef()
|
/third_party/node/deps/v8/src/compiler/ |
D | feedback-source.h | 27 struct Hash { struct 28 size_t operator()(FeedbackSource const& source) const { in operator()
|
D | compilation-dependencies.cc | 197 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/ |
D | GrStrikeCache.cpp | 38 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/ |
D | git.go | 47 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/ |
D | rsa_pss.c | 32 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/ |
D | rsa_pss.c | 32 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/ |
D | UrlDataManager.h | 78 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/ |
D | hash_function_defaults.h | 66 using Hash = absl::Hash<T>; member 99 using Hash = StringHash; member
|
D | hash_function_defaults_test.cc | 46 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/ |
D | hash.js | 60 function Hash(algorithm, options) { class 189 Hash, property
|
/third_party/skia/src/gpu/ |
D | GrManagedResource.h | 43 struct Hash { struct 53 fHashSet.foreach([](const GrManagedResource* r) { in ~Trace() argument
|
/third_party/typescript/tests/cases/compiler/ |
D | taggedPrimitiveNarrowing.ts | 4 type Hash = string & { __hash: true }; alias
|
D | declarationsForIndirectTypeAliasReference.ts | 8 interface Hash<T> { interface
|
/third_party/node/deps/v8/src/objects/ |
D | module-inl.h | 38 struct Module::Hash { struct 39 V8_INLINE size_t operator()(Module const& module) const { in operator()
|
/third_party/gn/src/base/ |
D | stl_util.h | 233 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/ |
D | TypeHashing.h | 33 hash_code Hash; member 85 std::array<uint8_t, 8> Hash; member
|