Home
last modified time | relevance | path

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

/third_party/node/deps/histogram/src/
Dhdr_histogram.c28 static int32_t normalize_index(const struct hdr_histogram* h, int32_t index) in normalize_index() function
58 return counts_get_direct(h, normalize_index(h, index)); in counts_get_normalised()
64 int32_t normalised_index = normalize_index(h, index); in counts_inc_normalised()
72 int32_t normalised_index = normalize_index(h, index); in counts_inc_normalised_atomic()