Searched defs:is_power_of_two (Results 1 – 8 of 8) sorted by relevance
29 is_power_of_two(unsigned long n) in is_power_of_two() function
203 bool is_power_of_two(int number) in is_power_of_two() function
300 #define is_power_of_two(x) (((x) & ((x)-1)) == 0) macro
53 #define is_power_of_two(x) (((x) & ((x)-1)) == 0) macro
498 bool is_power_of_two = base::bits::IsPowerOfTwo(radix()); in HandleSpecialCases() local
501 is_power_of_two (unsigned long word) in is_power_of_two() function
4351 static bool is_power_of_two(size_t val) { in is_power_of_two() function
5217 static bool is_power_of_two(size_t val) { in is_power_of_two() function