Home
last modified time | relevance | path

Searched defs:KeyHash (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/note/
Dnote.go197 KeyHash() uint32 methodSpec
209 KeyHash() uint32 methodSpec
295 func (v *verifier) KeyHash() uint32 { return v.hash } func
357 func (s *signer) KeyHash() uint32 { return s.hash } func
404 KeyHash uint32 member
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DGlobalCache.h82 struct KeyHash { struct
86 using GraphicsPipelineCache = SkLRUCache<UniqueKey, sk_sp<GraphicsPipeline>, KeyHash>; argument
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFGradientShader.h44 struct KeyHash { struct
45 uint32_t operator()(const Key& k) const { return k.fHash; } in operator()
/aosp_15_r20/external/avb/tools/transparency/verify/internal/checkpoint/
H A Dcheckpoint.go50 KeyHash() uint32 methodSpec
72 func (v EcdsaVerifier) KeyHash() uint32 { func
/aosp_15_r20/external/angle/src/image_util/
H A DAstcDecompressor.cpp129 struct KeyHash struct in angle::__anon98277cd50111::AstcDecompressorContextCache
131 std::size_t operator()(const Key &k) const in operator ()()
/aosp_15_r20/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp147 struct KeyHash { struct in gfxstream::vk::__anonca3b56880111::AstcDecoderContextCache
148 std::size_t operator()(const Key& k) const { in operator ()()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dresource_mgr.h242 struct KeyHash { struct
243 std::size_t operator()(const Key& k) const { in operator()
H A Dlocal_rendezvous.cc116 uint64 KeyHash(const StringPiece& k) { return Hash64(k.data(), k.size()); } in KeyHash() function
/aosp_15_r20/external/skia/modules/skparagraph/include/
H A DParagraphCache.h49 struct KeyHash { struct
/aosp_15_r20/external/ruy/ruy/
H A Dprepacked_cache.h82 struct KeyHash { struct
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/
Drfc2560.py125 class KeyHash(univ.OctetString): class
Drfc6960.py44 KeyHash = rfc2560.KeyHash variable
/aosp_15_r20/external/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h222 auto KeyHash = Info::ComputeHash(Key); in find() local