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/
H A Dhdr_histogram.c185 int32_t offset_in_bucket = sub_bucket_index - h->sub_bucket_half_count; in counts_index()
206 int32_t sub_bucket_index = (index & (h->sub_bucket_half_count - 1)) + h->sub_bucket_half_count; in hdr_value_at_index()
210 sub_bucket_index -= h->sub_bucket_half_count; in hdr_value_at_index()
375 cfg->sub_bucket_half_count = cfg->sub_bucket_count / 2; in hdr_calculate_bucket_config()
396 h->sub_bucket_half_count = cfg->sub_bucket_half_count; in hdr_init_preallocated()
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h24 int32_t sub_bucket_half_count; member
485 int32_t sub_bucket_half_count; member

Completed in 6 milliseconds