Home
last modified time | relevance | path

Searched defs:getCrc32 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp21 uint32_t DIAInjectedSource::getCrc32() const { in getCrc32() function in DIAInjectedSource
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp45 uint32_t getCrc32() const override { return Entry.CRC; } in getCrc32() function in llvm::pdb::__anon5111217c0111::NativeInjectedSource
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DStreamCompressor.java139 public long getCrc32() { in getCrc32() method in StreamCompressor