Searched defs:is_power_of_2 (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/tools/include/linux/
H A Dlog2.h45 bool is_power_of_2(unsigned long n) is_power_of_2() function
/linux-4.1.27/include/linux/
H A Dlog2.h52 bool is_power_of_2(unsigned long n) is_power_of_2() function
/linux-4.1.27/arch/microblaze/mm/
H A Dpgtable.c184 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro

Completed in 104 milliseconds