Home
last modified time | relevance | path

Searched defs:hash (Results 76 - 100 of 2534) sorted by relevance

12345678910>>...102

/third_party/libwebsockets/lib/tls/openssl/
H A Dprivate-lib-tls-openssl.h37 uint8_t hash[32]; member
/third_party/node/deps/v8/src/objects/
H A Dstring-table-inl.h23 uint32_t StringTableKey::hash() const { in hash() function in v8::internal::StringTableKey
/third_party/node/deps/v8/src/runtime/
H A Druntime-collections.cc82 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 DRenderStateCache.h24 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 DMath.cpp19 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 DMath.cpp19 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 DChecksumTest.cpp26 const uint32_t hash = SkOpts::hash(data, kBytes); in DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set_test.cc194 auto hash = [&](EnumSet<E> s) { return std::hash<EnumSet<E>>()(s); }; in TEST() local
/third_party/skia/modules/skparagraph/include/
H A DFontArguments.h46 template<> struct hash<skia::textlayout::FontArguments> { struct
/third_party/skia/include/private/
H A DSkSLString.h73 template<> struct hash<SkSL::String> { struct
/third_party/spirv-tools/source/util/
H A Dhash_combine.h35 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 DdeSha1.h33 deUint32 hash[5]; member
40 deUint32 hash[5]; member
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSha1.cpp31 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/freebsd13/
H A Dmod.rs341 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
394 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
437 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs341 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
394 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
437 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Decma_string_hash_internal.h33 uint32_t hash[blockSize] = {0}; in ComputeHashForDataOfLongString() local
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/arm64/
H A Decma_string_hash_internal.h35 uint32_t hash[blockSize] = {0}; in ComputeHashForDataOfLongString() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_type_generator.h42 uint32_t hash = INVALID_ID; in ComputeHashCode() local
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser_cache.cpp48 size_t hash = GetHash(pattern, flags); in GetCache() local
62 size_t hash = GetHash(pattern, flags); in SetCache() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlinked_node_test.cpp51 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in CreateLinkedList() local
65 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(k).GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbranch_elimination.h41 uint32_t hash = std::hash<Inst *> {}(obj.lhs); in operator ()() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Runtime.cpp46 auto hash = ObjectHeader::GenerateHashCode(); in StdCoreRuntimeGetHashCode() local
/arkcompiler/runtime_core/static_core/runtime/include/mem/
H A Dpanda_string.h71 struct hash<ark::PandaString> { struct
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmonitor_test.cpp208 auto hash = header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>(); in TEST_F() local
225 auto hash = header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dmark_word.cpp42 inline MarkWord MarkWord::DecodeFromHashConfigured(uint32_t hash) in DecodeFromHashConfigured() argument
51 inline MarkWord MarkWord::DecodeFromHashConfigured<false>(uint32_t hash) in DecodeFromHashConfigured() argument
58 MarkWord MarkWord::DecodeFromHash(uint32_t hash) in DecodeFromHash() argument

Completed in 9 milliseconds

12345678910>>...102