Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dcrc32.h44 inline uint32_t ComputeCrc32(const void* buf, size_t len) { in ComputeCrc32() function
47 inline uint32_t ComputeCrc32(const std::string& str) { in ComputeCrc32() function
48 return ComputeCrc32(str.c_str(), str.size()); in ComputeCrc32()