Home
last modified time | relevance | path

Searched refs:Hashes (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h42 std::vector<LocallyHashedType> Hashes; in hashTypes() local
43 Hashes.reserve(std::distance(std::begin(Records), std::end(Records))); in hashTypes()
45 Hashes.push_back(hashType(R)); in hashTypes()
47 return Hashes; in hashTypes()
52 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() local
53 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection()
54 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection()
56 return Hashes; in hashTypeCollection()
111 std::vector<GloballyHashedType> Hashes; in hashTypes() local
114 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes()
[all …]
DTypeStreamMerger.h92 ArrayRef<GloballyHashedType> Hashes,
98 ArrayRef<GloballyHashedType> Hashes,
104 ArrayRef<GloballyHashedType> Hashes);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp91 ArrayRef<GloballyHashedType> Hashes,
96 ArrayRef<GloballyHashedType> Hashes);
98 ArrayRef<GloballyHashedType> Hashes,
274 ArrayRef<GloballyHashedType> Hashes, in mergeTypeRecords() argument
278 GlobalHashes = Hashes; in mergeTypeRecords()
287 ArrayRef<GloballyHashedType> Hashes) { in mergeIdRecords() argument
291 GlobalHashes = Hashes; in mergeIdRecords()
299 ArrayRef<GloballyHashedType> Hashes, in mergeTypesAndIds() argument
304 GlobalHashes = Hashes; in mergeTypesAndIds()
440 ArrayRef<GloballyHashedType> Hashes, Optional<uint32_t> &PCHSignature) { in mergeTypeAndIdRecords() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp32 io.mapOptional("HashValues", DebugH.Hashes); in mapping()
61 DHS.Hashes.emplace_back(S); in fromDebugH()
69 uint32_t Size = 8 + 8 * DebugH.Hashes.size(); in toDebugH()
78 for (const auto &H : DebugH.Hashes) { in toDebugH()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerCorpus.h70 Hashes.insert(Sha1ToString(Hash));
81 bool HasUnit(const Unit &U) { return Hashes.count(Hash(U)); } in HasUnit()
82 bool HasUnit(const std::string &H) { return Hashes.count(H); } in HasUnit()
205 std::unordered_set<std::string> Hashes; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypeHashing.h46 std::vector<GlobalHash> Hashes; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp307 SmallVector<size_t, 8> Hashes(NumBreakDowns); in hashValueMapping() local
309 Hashes.push_back(hash_value(BreakDown[Idx])); in hashValueMapping()
310 return hash_combine_range(Hashes.begin(), Hashes.end()); in hashValueMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h168 HashList Hashes; variable
/third_party/openssl/doc/man1/
Dopenssl-rehash.pod.in64 Hashes for CRL's look similar except the letter B<r> appears after
/third_party/openssl/doc/man3/
DEVP_DigestInit.pod243 Hashes I<count> bytes of data at I<data> using a digest I<type> from ENGINE
275 Hashes I<cnt> bytes of data at I<d> into the digest context I<ctx>. This
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst304 Hashes of NaN values now depend on object identity. Formerly, they always
/third_party/mbedtls/docs/
D3.0-migration-guide.md1016 Hashes and curves weaker than 255 bits (security strength less than 128 bits) are no longer accepte…
/third_party/python/Doc/whatsnew/
D3.10.rst873 * Hashes of NaN values of both :class:`float` type and