/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 37 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); 45 Hashes.push_back(hashType(R)); in hashTypes() 54 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 103 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData, 111 static GloballyHashedType hashType(CVType Type, in hashType() function 114 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType() 124 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 140 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 160 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds() 169 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 37 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); 45 Hashes.push_back(hashType(R)); in hashTypes() 54 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 93 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData, 101 static GloballyHashedType hashType(CVType Type, in hashType() function 104 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType() 114 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 130 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 150 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds() 159 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.cpp | 1288 std::uint32_t spirvbin_t::hashType(unsigned typeStart) const in hashType() function in spv::spirvbin_t 1299 return 6 + hashType(idPos(spv[typeStart+2])) * (spv[typeStart+3] - 1); in hashType() 1301 return 30 + hashType(idPos(spv[typeStart+2])) * (spv[typeStart+3] - 1); in hashType() 1303 return 120 + hashType(idPos(spv[typeStart+2])) + in hashType() 1314 return 501 + hashType(idPos(spv[typeStart+2])) * spv[typeStart+3]; in hashType() 1316 return 5000 + hashType(idPos(spv[typeStart+2])); in hashType() 1321 hash += w * hashType(idPos(spv[typeStart+w])); in hashType() 1326 case spv::OpTypePointer: return 100000 + hashType(idPos(spv[typeStart+3])); in hashType() 1331 hash += w * hashType(idPos(spv[typeStart+w])); in hashType() 1344 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/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() function in LocallyHashedType 33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType() function in GloballyHashedType
|
D | GlobalTypeTableBuilder.cpp | 96 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes() 127 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in replaceType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeHashing.cpp | 28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() function in LocallyHashedType 33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType() function in GloballyHashedType
|
D | GlobalTypeTableBuilder.cpp | 89 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/llvm-project/lld/COFF/ |
D | DebugTypes.cpp | 817 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes() 836 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes()
|
/external/owasp/sanitizer/distrib/lib/ |
D | owasp-java-html-sanitizer.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/owasp/
org/ ... |