Home
last modified time | relevance | path

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

/third_party/node/deps/histogram/src/
Dhdr_histogram.c51 static int64_t counts_get_direct(const struct hdr_histogram* h, int32_t index) in counts_get_direct() function
58 return counts_get_direct(h, normalize_index(h, index)); in counts_get_normalised()
262 if ((count_at_index = counts_get_direct(h, i)) > 0) in hdr_reset_internal_counters()