Home
last modified time | relevance | path

Searched defs:is_power_of_2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/include/linux/
Dlog2.h42 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/Linux-v4.19/include/linux/
Dlog2.h49 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/Linux-v4.19/scripts/dtc/
Ddtc.c39 static int is_power_of_2(int x) in is_power_of_2() function
/Linux-v4.19/arch/microblaze/mm/
Dpgtable.c185 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro