Searched refs:hashType (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 38 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); 46 Hashes.push_back(hashType(R)); in hashTypes() 55 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 92 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData, 100 static GloballyHashedType hashType(CVType Type, in hashType() function 103 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType() 112 Hashes.push_back(hashType(R, Hashes, Hashes)); in hashTypes() 124 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds() 133 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.cpp | 1277 std::uint32_t spirvbin_t::hashType(unsigned typeStart) const in hashType() function in spv::spirvbin_t 1288 return 6 + hashType(idPos(spv[typeStart+2])) * (spv[typeStart+3] - 1); in hashType() 1290 return 30 + hashType(idPos(spv[typeStart+2])) * (spv[typeStart+3] - 1); in hashType() 1292 return 120 + hashType(idPos(spv[typeStart+2])) + in hashType() 1303 return 501 + hashType(idPos(spv[typeStart+2])) * spv[typeStart+3]; in hashType() 1305 return 5000 + hashType(idPos(spv[typeStart+2])); in hashType() 1310 hash += w * hashType(idPos(spv[typeStart+w])); in hashType() 1315 case spv::OpTypePointer: return 100000 + hashType(idPos(spv[typeStart+3])); in hashType() 1320 hash += w * hashType(idPos(spv[typeStart+w])); in hashType() 1333 std::uint32_t hash = 300011 + hashType(idPos(spv[typeStart+1])); in hashType() [all …]
|
D | SPVRemapper.h | 227 std::uint32_t hashType(unsigned typeStart) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 29 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() function in LocallyHashedType 34 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType() function in GloballyHashedType
|
D | GlobalTypeTableBuilder.cpp | 97 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssTokens.java | 492 TokenType hashType = consumeHash(); in lex() 493 if (hashType != null) { in lex() 494 type = hashType; in lex()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPFXParser.cpp | 1404 CPVRTHash hashType(pszRemaining); in ParseGenericSurface() local 1407 if(hashType == SurfacePairs[uiIndex].Name) in ParseGenericSurface()
|