Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dlog2.h52 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/linux-3.3/arch/microblaze/mm/
Dpgtable.c190 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
/linux-3.3/tools/perf/util/
Dutil.h257 bool is_power_of_2(unsigned long n) in is_power_of_2() function