Home
last modified time | relevance | path

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

/third_party/boost/libs/log/src/
Dbit_tools.hpp32 inline BOOST_CONSTEXPR bool is_power_of_2(T n) BOOST_NOEXCEPT in is_power_of_2() function
/third_party/uboot/u-boot-2020.01/include/linux/
Dlog2.h50 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/third_party/uboot/u-boot-2020.01/fs/btrfs/
Dsuper.c49 static inline int is_power_of_2(u64 x) in is_power_of_2() function
/third_party/uboot/u-boot-2020.01/scripts/dtc/
Ddtc.c39 static int is_power_of_2(int x) in is_power_of_2() function
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h62 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dbcm2835_sdhost.c653 static inline int is_power_of_2(u64 x) in is_power_of_2() function