Searched defs:getCrc32 (Results 1 – 3 of 3) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ | ||
| D | DIAInjectedSource.cpp | 21 uint32_t DIAInjectedSource::getCrc32() const { in getCrc32() function in DIAInjectedSource |
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ | ||
| D | NativeEnumInjectedSources.cpp | 45 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/ | ||
| D | StreamCompressor.java | 139 public long getCrc32() { in getCrc32() method in StreamCompressor |