Lines Matching defs:total_count
72 h->total_count += value;
81 hdr_atomic_add_fetch_64(&h->total_count, value);
315 h->total_count = observed_total_count;
405 h->total_count = 0;
461 h->total_count=0;
691 (int64_t) (((requested_percentile / 100) * h->total_count) + 0.5);
708 const int64_t total_count = h->total_count;
715 (int64_t) (((requested_percentile / 100) * total_count) + 0.5);
738 int64_t total_count = h->total_count;
742 while (hdr_iter_next(&iter) && count < total_count)
751 return (total * 1.0) / total_count;
771 return sqrt(geometric_dev_total / h->total_count);
811 return iter->cumulative_count < iter->total_count;
890 iter->total_count = h->total_count;
940 double current_percentile = (100.0 * (double) iter->cumulative_count) / iter->h->total_count;
1198 int64_t total_count = iter.cumulative_count;
1202 stream, line_format, value, percentile, total_count, inverted_percentile) < 0)
1217 h->total_count, h->bucket_count, h->sub_bucket_count) < 0)