Home
last modified time | relevance | path

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

/external/fio/lib/
Dpow2.h7 static inline bool is_power_of_2(uint64_t val) in is_power_of_2() function
/external/dtc/
Ddtc.c39 static int is_power_of_2(int x) in is_power_of_2() function
/external/fio/oslib/
Dlibmtd_common.h173 static inline int is_power_of_2(unsigned long long n) in is_power_of_2() function
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h62 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
/external/syslinux/core/fs/
Ddiskio_bios.c40 static inline bool is_power_of_2(uint32_t x) in is_power_of_2() function
/external/syslinux/core/
Dbios.c194 static int __constfunc is_power_of_2(unsigned int x) in is_power_of_2() function