Searched defs:is_power_of_two (Results 1 – 3 of 3) sorted by relevance
168 #define is_power_of_two(x) ( !((x) & ((x)-1)) ) macro
509 #define is_power_of_two(x) ((x) && !((x) & ((x) - 1))) in reader_changes_copy_to_user() macro
502 is_power_of_two (unsigned long word) in is_power_of_two() function