Home
last modified time | relevance | path

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

/third_party/node/deps/histogram/src/
Dhdr_histogram.c138 static int32_t count_leading_zeros_64(int64_t value) in count_leading_zeros_64() function
164 …int32_t pow2ceiling = 64 - count_leading_zeros_64(value | h->sub_bucket_mask); /* smallest power o… in get_bucket_index()