Searched refs:Crc32 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/rlz/lib/
H A Dcrc32.h12 int Crc32(const unsigned char* buf, int length);
13 bool Crc32(const char* text, int* crc);
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.");
H A Dcrc32_unittest.cc29 rlz_lib::Crc32(reinterpret_cast<const unsigned char*>(kData[i].data),
49 EXPECT_TRUE(rlz_lib::Crc32(kData[i].data, &crc));
H A Drlz_lib.cc421 if (!Crc32(message.c_str(), &calculated_crc))
429 if (!Crc32("", &calculated_crc))
/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 105 milliseconds