Home
last modified time | relevance | path

Searched refs:ChecksumType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp23 PDB_Checksum ChecksumType = getChecksumType(); in dump() local
25 if (ChecksumType != PDB_Checksum::None) { in dump()
26 OS << ChecksumType << ": "; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DIPDBSourceFile.cpp25 PDB_Checksum ChecksumType = getChecksumType(); in dump() local
27 if (ChecksumType != PDB_Checksum::None) { in dump()
28 OS << ChecksumType << ": "; in dump()
/external/skqp/bench/
DChecksumBench.cpp15 enum ChecksumType { enum
26 ChecksumType fType;
29 ComputeChecksumBench(ChecksumType type) : fType(type) { in ComputeChecksumBench()
/external/skia/bench/
DChecksumBench.cpp15 enum ChecksumType { enum
26 ChecksumType fType;
29 ComputeChecksumBench(ChecksumType type) : fType(type) { in ComputeChecksumBench()
/external/guava/guava/src/com/google/common/hash/
DHashing.java257 checksumHashFunction(ChecksumType.CRC_32, "Hashing.crc32()");
275 checksumHashFunction(ChecksumType.ADLER_32, "Hashing.adler32()");
278 private static HashFunction checksumHashFunction(ChecksumType type, String toString) { in checksumHashFunction()
282 enum ChecksumType implements Supplier<Checksum> { enum in Hashing
298 ChecksumType(int bits) { in ChecksumType() method in Hashing.ChecksumType
/external/guava/guava-tests/test/com/google/common/hash/
DChecksumHashFunctionTest.java17 import static com.google.common.hash.Hashing.ChecksumType.ADLER_32;
18 import static com.google.common.hash.Hashing.ChecksumType.CRC_32;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp64 auto ChecksumType = File->getChecksumType(); in start() local
67 << " (" << ChecksumType << ": " << ChecksumHexString << ")"; in start()