Home
last modified time | relevance | path

Searched defs:getCrc32 (Results 1 – 5 of 5) 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-16.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp21 uint32_t DIAInjectedSource::getCrc32() const { in getCrc32() function in DIAInjectedSource
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp47 uint32_t getCrc32() const override { return Entry.CRC; } in getCrc32() function in llvm::pdb::__anon2843a7f30111::NativeInjectedSource
/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::__anon8c7e316d0111::NativeInjectedSource
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DStreamCompressor.java139 public long getCrc32() { in getCrc32() method in StreamCompressor