Home
last modified time | relevance | path

Searched refs:hashType (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h37 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/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhsum.c523 AlgoSelected hashType, in XSUM_hashStream() argument
538 switch(hashType) in XSUM_hashStream()
559 switch(hashType) in XSUM_hashStream()
587 const void* canonicalHash, const AlgoSelected hashType, in XSUM_printLine_BSD_internal() argument
591 assert(0 <= hashType && hashType <= XSUM_TABLE_ELT_SIZE(XSUM_algoName)); in XSUM_printLine_BSD_internal()
592 { const char* const typeString = algoString[hashType]; in XSUM_printLine_BSD_internal()
593 const size_t hashLength = XSUM_algoLength[hashType]; in XSUM_printLine_BSD_internal()
599 …XSUM_printLine_BSD_LE(const char* filename, const void* canonicalHash, const AlgoSelected hashType) in XSUM_printLine_BSD_LE() argument
601 …XSUM_printLine_BSD_internal(filename, canonicalHash, hashType, XSUM_algoLE_name, XSUM_display_Litt… in XSUM_printLine_BSD_LE()
604 …id XSUM_printLine_BSD(const char* filename, const void* canonicalHash, const AlgoSelected hashType) in XSUM_printLine_BSD() argument
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSPVRemapper.cpp1308 std::uint32_t spirvbin_t::hashType(unsigned typeStart) const in hashType() function in spv::spirvbin_t
1319 return 6 + hashType(idPos(spv[typeStart+2])) * (spv[typeStart+3] - 1); in hashType()
1321 return 30 + hashType(idPos(spv[typeStart+2])) * (spv[typeStart+3] - 1); in hashType()
1323 return 120 + hashType(idPos(spv[typeStart+2])) + in hashType()
1334 return 501 + hashType(idPos(spv[typeStart+2])) * spv[typeStart+3]; in hashType()
1336 return 5000 + hashType(idPos(spv[typeStart+2])); in hashType()
1341 hash += w * hashType(idPos(spv[typeStart+w])); in hashType()
1346 case spv::OpTypePointer: return 100000 + hashType(idPos(spv[typeStart+3])); in hashType()
1351 hash += w * hashType(idPos(spv[typeStart+w])); in hashType()
1364 std::uint32_t hash = 300011 + hashType(idPos(spv[typeStart+1])); in hashType()
[all …]
DSPVRemapper.h206 std::uint32_t hashType(unsigned typeStart) const;
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp1307 std::uint32_t spirvbin_t::hashType(unsigned typeStart) const in hashType() function in spv::spirvbin_t
1318 return 6 + hashType(idPos(spv[typeStart+2])) * (spv[typeStart+3] - 1); in hashType()
1320 return 30 + hashType(idPos(spv[typeStart+2])) * (spv[typeStart+3] - 1); in hashType()
1322 return 120 + hashType(idPos(spv[typeStart+2])) + in hashType()
1333 return 501 + hashType(idPos(spv[typeStart+2])) * spv[typeStart+3]; in hashType()
1335 return 5000 + hashType(idPos(spv[typeStart+2])); in hashType()
1340 hash += w * hashType(idPos(spv[typeStart+w])); in hashType()
1345 case spv::OpTypePointer: return 100000 + hashType(idPos(spv[typeStart+3])); in hashType()
1350 hash += w * hashType(idPos(spv[typeStart+w])); in hashType()
1363 std::uint32_t hash = 300011 + hashType(idPos(spv[typeStart+1])); in hashType()
[all …]
DSPVRemapper.h206 std::uint32_t hashType(unsigned typeStart) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeHashing.cpp28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() function in LocallyHashedType
33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType() function in GloballyHashedType
DGlobalTypeTableBuilder.cpp89 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssTokens.java492 TokenType hashType = consumeHash(); in lex()
493 if (hashType != null) { in lex()
494 type = hashType; in lex()