HomeSort by relevance Sort by last modified time
    Searched defs:ComputeCrc32 (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/linux/
crc32.h 44 inline uint32_t ComputeCrc32(const void* buf, size_t len) {
47 inline uint32_t ComputeCrc32(const std::string& str) {
48 return ComputeCrc32(str.c_str(), str.size());
  /external/webrtc/webrtc/base/
crc32.h 25 inline uint32_t ComputeCrc32(const void* buf, size_t len) {
28 inline uint32_t ComputeCrc32(const std::string& str) {
29 return ComputeCrc32(str.c_str(), str.size());

Completed in 839 milliseconds