Home
last modified time | relevance | path

Searched refs:computeHash (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp206 computeHash(Entry); in hashDIEEntry()
218 computeHash(Entry); in hashRawTypeReference()
368 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash
388 computeHash(C); in computeHash()
406 computeHash(Die); in computeCUSignature()
430 computeHash(Die); in computeTypeSignature()
DDIEHash.h52 void computeHash(const DIE &Die);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp212 computeHash(Entry); in hashDIEEntry()
352 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash
372 computeHash(C); in computeHash()
390 computeHash(Die); in computeCUSignature()
414 computeHash(Die); in computeTypeSignature()
DDIEHash.h52 void computeHash(const DIE &Die);
/external/swiftshader/src/Device/
DVertexProcessor.cpp35 uint32_t VertexProcessor::States::computeHash() in computeHash() function in sw::VertexProcessor::States
90 state.hash = state.computeHash(); in update()
DSetupProcessor.cpp30 uint32_t SetupProcessor::States::computeHash() in computeHash() function in sw::SetupProcessor::States
100 state.hash = state.computeHash(); in update()
DPixelProcessor.cpp28 uint32_t PixelProcessor::States::computeHash() in computeHash() function in sw::PixelProcessor::States
184 state.hash = state.computeHash(); in update()
DSetupProcessor.hpp44 uint32_t computeHash();
DVertexProcessor.hpp65 uint32_t computeHash();
DPixelProcessor.hpp66 uint32_t computeHash();
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp261 computeHash(Entry); in hashDIEEntry()
444 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash
464 computeHash(C); in computeHash()
480 computeHash(Die); in computeCUSignature()
504 computeHash(Die); in computeTypeSignature()
DDIEHash.h102 void computeHash(const DIE &Die);
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/
Dsign.go101 func (r *rsaPKCS1Signer) computeHash(msg []byte) []byte { func
127 return rsa.SignPKCS1v15(config.rand(), rsaKey, r.hash, r.computeHash(msg))
136 return rsa.VerifyPKCS1v15(rsaKey, r.hash, r.computeHash(msg), sig)
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/
Dsign.go101 func (r *rsaPKCS1Signer) computeHash(msg []byte) []byte { func
127 return rsa.SignPKCS1v15(config.rand(), rsaKey, r.hash, r.computeHash(msg))
136 return rsa.VerifyPKCS1v15(rsaKey, r.hash, r.computeHash(msg), sig)
/external/boringssl/src/ssl/test/runner/
Dsign.go101 func (r *rsaPKCS1Signer) computeHash(msg []byte) []byte { func
127 return rsa.SignPKCS1v15(config.rand(), rsaKey, r.hash, r.computeHash(msg))
136 return rsa.VerifyPKCS1v15(rsaKey, r.hash, r.computeHash(msg), sig)
/external/skia/modules/skparagraph/src/
DParagraphCache.cpp38 fHash = computeHash(); in ParagraphCacheKey()
60 uint32_t computeHash() const;
106 uint32_t ParagraphCacheKey::computeHash() const { in computeHash() function in skia::textlayout::ParagraphCacheKey
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1329 unsigned computeHash() const {
2385 return Val.computeHash();