Home
last modified time | relevance | path

Searched refs:sub_bucket_half_count (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/histogram/src/
Dhdr_histogram.c179 int32_t offset_in_bucket = sub_bucket_index - h->sub_bucket_half_count; in counts_index()
200 int32_t sub_bucket_index = (index & (h->sub_bucket_half_count - 1)) + h->sub_bucket_half_count; in hdr_value_at_index()
204 sub_bucket_index -= h->sub_bucket_half_count; in hdr_value_at_index()
352 cfg->sub_bucket_half_count = cfg->sub_bucket_count / 2; in hdr_calculate_bucket_config()
373 h->sub_bucket_half_count = cfg->sub_bucket_half_count; in hdr_init_preallocated()
Dhdr_histogram.h24 int32_t sub_bucket_half_count; member
473 int32_t sub_bucket_half_count; member