Searched refs:kBuckets (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.cc56 const int ProfileData::kBuckets; member in class:ProfileData
113 hash_ = new Bucket[kBuckets];
115 memset(hash_, 0, sizeof(hash_[0]) * kBuckets);
170 for (int b = 0; b < kBuckets; b++) {
245 for (int b = 0; b < kBuckets; b++) {
280 Bucket* bucket = &hash_[h % kBuckets];
H A Dprofiledata.h146 static const int kBuckets = 1 << 10; // For hashtable member in class:ProfileData
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.cc56 const int ProfileData::kBuckets; member in class:ProfileData
113 hash_ = new Bucket[kBuckets];
115 memset(hash_, 0, sizeof(hash_[0]) * kBuckets);
170 for (int b = 0; b < kBuckets; b++) {
245 for (int b = 0; b < kBuckets; b++) {
280 Bucket* bucket = &hash_[h % kBuckets];
H A Dprofiledata.h146 static const int kBuckets = 1 << 10; // For hashtable member in class:ProfileData
/external/chromium_org/content/browser/download/
H A Ddownload_stats.cc242 // The maximum should be 2^kBuckets, to have the logarithmic bucket
244 static const int kBuckets = 30; local
245 static const int64 kMaxKb = 1 << kBuckets; // One Terabyte, in Kilobytes.
254 kBuckets);
260 kBuckets);
274 kBuckets);
280 kBuckets);
344 static const int kBuckets = 50; local
351 kBuckets);
357 kBuckets);
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dauto_enrollment_client.cc437 static const int kBuckets = 50; local
442 UMA_HISTOGRAM_CUSTOM_TIMES(kUMAProtocolTime, delta, kMin, kMax, kBuckets);
450 UMA_HISTOGRAM_CUSTOM_TIMES(kUMAExtraTime, delta, kMin, kMax, kBuckets);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework_unittest.cc28 kBuckets = 100, enumerator in enum:webrtc::testing::bwe::__anon15962
35 int buckets[kBuckets] = {0};
38 if (index >= 0 && index < kBuckets) {
48 for (int n = 0; n < kBuckets; ++n) {

Completed in 1231 milliseconds