Searched defs:Crc32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/rlz/lib/
H A Dcrc32_wrapper.cc15 int Crc32(const unsigned char* buf, int length) { function in namespace:rlz_lib
19 bool Crc32(const char* text, int* crc) { function in namespace:rlz_lib
21 ASSERT_STRING("Crc32: crc is NULL.");
/external/chromium_org/base/metrics/
H A Dbucket_ranges.cc69 static uint32 Crc32(uint32 sum, HistogramBase::Sample value) { function in namespace:base
115 checksum = Crc32(checksum, ranges_[index]);

Completed in 265 milliseconds