Searched refs:hdr_size_of_equivalent_value_range (Results 1 – 2 of 2) sorted by relevance
211 int64_t hdr_size_of_equivalent_value_range(const struct hdr_histogram* h, int64_t value) in hdr_size_of_equivalent_value_range() function228 return lowest_equivalent_value(h, value) + hdr_size_of_equivalent_value_range(h, value); in hdr_next_non_equivalent_value()238 return lowest_equivalent_value(h, value) + (hdr_size_of_equivalent_value_range(h, value) >> 1); in hdr_median_equivalent_value()
488 int64_t hdr_size_of_equivalent_value_range(const struct hdr_histogram* h, int64_t value);