| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-collections.cc | 82 int hash = args.smi_value_at(2); in RUNTIME_FUNCTION() local 105 int hash = args.smi_value_at(3); in RUNTIME_FUNCTION() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | RenderStateCache.h | 24 struct hash<rx::d3d11::BlendStateKey> struct 33 struct hash<rx::d3d11::RasterizerStateKey> struct 42 struct hash<gl::DepthStencilState> struct 51 struct hash<gl::SamplerState> struct
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Math.cpp | 19 inline uint64_t FNV_1a(uint64_t hash, unsigned char data) in FNV_1a() argument 26 int64_t hash = 0xCBF29CE484222325; in FNV_1a() local
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Math.cpp | 19 inline uint64_t FNV_1a(uint64_t hash, unsigned char data) in FNV_1a() argument 26 int64_t hash = 0xCBF29CE484222325; in FNV_1a() local
|
| /third_party/skia/tests/ |
| H A D | ChecksumTest.cpp | 26 const uint32_t hash = SkOpts::hash(data, kBytes); in DEF_TEST() local [all...] |
| /third_party/skia/third_party/externals/tint/src/utils/ |
| H A D | enum_set_test.cc | 194 auto hash = [&](EnumSet<E> s) { return std::hash<EnumSet<E>>()(s); }; in TEST() local
|
| /third_party/skia/modules/skparagraph/include/ |
| H A D | FontArguments.h | 46 template<> struct hash<skia::textlayout::FontArguments> { struct
|
| /third_party/skia/include/private/ |
| H A D | SkSLString.h | 73 template<> struct hash<SkSL::String> { struct
|
| /third_party/spirv-tools/source/util/ |
| H A D | hash_combine.h | 35 inline size_t hash_combine(std::size_t hash, const std::vector<T>& vals) { in hash_combine() argument 42 inline size_t hash_combine(std::size_t hash) { return hash; } in hash_combine() argument 45 inline size_t hash_combine(std::size_t hash, const T& val, in hash_combine() argument
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deSha1.h | 33 deUint32 hash[5]; member 40 deUint32 hash[5]; member [all...] |
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deSha1.cpp | 31 deSha1 hash; in parse() local 41 deSha1 hash; in compute() local 59 deSha1 hash; in finalize() local [all...] |
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| H A D | mod.rs | 331 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions 384 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions 427 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions [all...] |
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| H A D | mod.rs | 322 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions 372 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions 414 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions [all...] |
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/ |
| H A D | mod.rs | 140 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions 168 fn hash<H: ::hash functions 199 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions 290 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions [all...] |
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | aarch64.rs | 76 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/b32/ |
| H A D | mod.rs | 80 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/b64/ |
| H A D | mod.rs | 80 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | x86_64.rs | 97 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions [all...] |
| /third_party/rust/crates/clap/src/parser/matches/ |
| H A D | any_value.rs | 79 fn hash<H: std::hash::Hasher>(&self, state: &mut H) { in hash() functions
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| H A D | addr.rs | 143 fn hash<H: core::hash::Hasher>(&self, state: &mut H) { in hash() functions
|
| /third_party/rust/crates/rustix/src/backend/libc/net/ |
| H A D | addr.rs | 247 fn hash<H: core::hash::Hasher>(&self, state: &mut H) { in hash() functions
|
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| H A D | ecma_string_hash_internal.h | 33 uint32_t hash[blockSize] = {0}; in ComputeHashForDataOfLongString() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/platform/arm64/ |
| H A D | ecma_string_hash_internal.h | 35 uint32_t hash[blockSize] = {0}; in ComputeHashForDataOfLongString() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| H A D | pgo_type_generator.h | 42 uint32_t hash = INVALID_ID; in ComputeHashCode() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser_cache.cpp | 48 size_t hash = GetHash(pattern, flags); in GetCache() local 62 size_t hash = GetHash(pattern, flags); in SetCache() local
|