Lines Matching defs:max
72 void* CreateHistogram(const char* name, int min, int max, size_t buckets) { in CreateHistogram()
166 int max() const { return max_; } in max() function
180 void Initialize(const char* name, int min, int max, int num_buckets, in Initialize()
254 void Initialize(const char* name, int min, int max, in Initialize()
269 NestedTimedHistogram(const char* name, int min, int max, in NestedTimedHistogram()
507 #define HR(name, caption, min, max, num_buckets) \ argument
515 #define HT(name, caption, max, res) \ argument
523 #define HT(name, caption, max, res) \ argument
531 #define HT(name, caption, max, res) \ argument
572 #define RATE_ID(name, caption, max, res) k_##name, argument
630 void* CreateHistogram(const char* name, int min, int max, size_t buckets) { in CreateHistogram()
640 #define HR(name, caption, min, max, num_buckets) Histogram name##_; argument
644 #define HT(name, caption, max, res) NestedTimedHistogram name##_; argument
649 #define HT(name, caption, max, res) TimedHistogram name##_; argument