Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/linux/
A Dlog2.h38 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/linux-6.3-rc2/include/linux/
A Dlog2.h45 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/linux-6.3-rc2/scripts/dtc/
A Ddtc.c26 static int is_power_of_2(int x) in is_power_of_2() function
/linux-6.3-rc2/arch/microblaze/mm/
A Dpgtable.c188 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro

Completed in 7 milliseconds