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

/external/fio/lib/
H A Dpow2.h7 static inline bool is_power_of_2(uint64_t val) function
/external/fio/oslib/
H A Dlibmtd_common.h173 static inline int is_power_of_2(unsigned long long n) function
/external/dtc/
H A Ddtc.c39 static int is_power_of_2(int x) function
216 if (!is_power_of_2(alignsize))
/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h62 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
/external/syslinux/core/fs/
H A Ddiskio_bios.c40 static inline bool is_power_of_2(uint32_t x) function
370 is_power_of_2(edd_params.sector_size))
/external/syslinux/core/
H A Dbios.c194 static int __constfunc is_power_of_2(unsigned int x) function
203 if (!is_power_of_2(mi->win_size) ||
204 !is_power_of_2(mi->win_grain) || mi->win_grain > mi->win_size)

Completed in 202 milliseconds