/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 42 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 …]
|
D | TypeStreamMerger.h | 92 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/ |
D | TypeStreamMerger.cpp | 91 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/ |
D | CodeViewYAMLTypeHashing.cpp | 32 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/ |
D | FuzzerCorpus.h | 70 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/ |
D | CodeViewYAMLTypeHashing.h | 46 std::vector<GlobalHash> Hashes; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 307 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/ |
D | AccelTable.h | 168 HashList Hashes; variable
|
/third_party/openssl/doc/man1/ |
D | openssl-rehash.pod.in | 64 Hashes for CRL's look similar except the letter B<r> appears after
|
/third_party/openssl/doc/man3/ |
D | EVP_DigestInit.pod | 243 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/ |
D | 3.10.0b1.rst | 304 Hashes of NaN values now depend on object identity. Formerly, they always
|
/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 1016 Hashes and curves weaker than 255 bits (security strength less than 128 bits) are no longer accepte…
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 873 * Hashes of NaN values of both :class:`float` type and
|