Searched refs:pow2ceiling (Results 1 – 1 of 1) sorted by relevance
164 …int32_t pow2ceiling = 64 - count_leading_zeros_64(value | h->sub_bucket_mask); /* smallest power o… in get_bucket_index() local165 return pow2ceiling - h->unit_magnitude - (h->sub_bucket_half_count_magnitude + 1); in get_bucket_index()