Searched defs:is_power_of_2 (Results 1 - 6 of 6) sorted by path

/linux-master/tools/include/linux/
H A Dlog2.h38 bool is_power_of_2(unsigned long n) function
/linux-master/arch/microblaze/mm/
H A Dpgtable.c188 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
/linux-master/include/linux/
H A Dlog2.h45 bool is_power_of_2(unsigned long n) function
/linux-master/scripts/dtc/
H A Ddtc.c26 static int is_power_of_2(int x) function
/linux-master/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c21 #define is_power_of_2(n) (n != 0 && ((n & (n - 1)) == 0)) macro
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c79 static bool is_power_of_2(__u64 n) function

Completed in 187 milliseconds