Searched refs:highest_one (Results 1 – 2 of 2) sorted by relevance
93 static inline unsigned int highest_one(uint64_t x) { in highest_one() function139 return (1ULL << highest_one(x | 1)); in round_down_to_power_of_2()
94 static unsigned int highest_one(uint64_t x) { in highest_one() 140 return 1ULL << highest_one(x | 1); in round_down_to_power_of_2() 93 static unsigned int highest_one(uint64_t x) { highest_one() function