is_power_of_2     181 arch/microblaze/mm/pgtable.c #define is_power_of_2(x)	((x) != 0 && (((x) & ((x) - 1)) == 0))
is_power_of_2      45 include/linux/log2.h bool is_power_of_2(unsigned long n)
is_power_of_2      26 scripts/dtc/dtc.c static int is_power_of_2(int x)
is_power_of_2      38 tools/include/linux/log2.h bool is_power_of_2(unsigned long n)