Searched refs:count_leading_zeros_64 (Results 1 – 1 of 1) sorted by relevance
138 static int32_t count_leading_zeros_64(int64_t value) in count_leading_zeros_64() function164 …int32_t pow2ceiling = 64 - count_leading_zeros_64(value | h->sub_bucket_mask); /* smallest power o… in get_bucket_index()