Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dlog2.h38 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/openbmc/u-boot/include/linux/
H A Dlog2.h50 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/openbmc/u-boot/fs/btrfs/
H A Dsuper.c49 static inline int is_power_of_2(u64 x) in is_power_of_2() function
/openbmc/linux/include/linux/
H A Dlog2.h45 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/openbmc/hiomapd/
H A Dcommon.h98 static inline bool is_power_of_2(unsigned val) in is_power_of_2() function
/openbmc/phosphor-mboxd/
H A Dcommon.h97 static inline bool is_power_of_2(unsigned val) in is_power_of_2() function
/openbmc/u-boot/scripts/dtc/
H A Ddtc.c39 static int is_power_of_2(int x) in is_power_of_2() function
/openbmc/linux/scripts/dtc/
H A Ddtc.c26 static int is_power_of_2(int x) in is_power_of_2() function
/openbmc/linux/arch/microblaze/mm/
H A Dpgtable.c188 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
/openbmc/linux/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
/openbmc/qemu/include/qemu/
H A Dhost-utils.h705 static inline bool is_power_of_2(uint64_t value) in is_power_of_2() function
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c651 static inline int is_power_of_2(u64 x) in is_power_of_2() function