OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumBuckets
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/util/
histogram.h
30
enum {
kNumBuckets
= 154 };
31
static const double kBucketLimit[
kNumBuckets
];
32
double buckets_[
kNumBuckets
];
histogram.cc
12
const double Histogram::kBucketLimit[
kNumBuckets
] = {
34
min_ = kBucketLimit[
kNumBuckets
-1];
39
for (int i = 0; i <
kNumBuckets
; i++) {
47
while (b <
kNumBuckets
- 1 && kBucketLimit[b] <= value) {
64
for (int b = 0; b <
kNumBuckets
; b++) {
76
for (int b = 0; b <
kNumBuckets
; b++) {
119
for (int b = 0; b <
kNumBuckets
; b++) {
/external/chromium/chrome/browser/chromeos/
boot_times_loader.cc
256
const int
kNumBuckets
= 100;
266
kNumBuckets
,
284
kNumBuckets
,
/external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc
163
const int
kNumBuckets
= 100;
178
kNumBuckets
,
196
kNumBuckets
,
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h
560
static const size_t
kNumBuckets
= N / kAllocationGranularity;
561
void init() { partitionAllocInit(&m_partitionRoot,
kNumBuckets
, kMaxAllocation); }
566
PartitionBucket m_actualBuckets[
kNumBuckets
];
/external/chromium_org/chrome/browser/extensions/
webstore_installer.cc
643
const int
kNumBuckets
= 30;
644
const int64 kMaxSizeKb = 1 <<
kNumBuckets
;
650
kNumBuckets
);
658
kNumBuckets
);
/external/chromium_org/third_party/leveldatabase/
env_chromium.cc
[
all
...]
Completed in 951 milliseconds