HomeSort by relevance Sort by last modified time
    Searched defs:is_power_of_2 (Results 1 - 6 of 6) sorted by null

  /external/fio/lib/
pow2.h 7 static inline bool is_power_of_2(uint64_t val) function
  /external/dtc/
dtc.c 39 static int is_power_of_2(int x) function
216 if (!is_power_of_2(alignsize))
  /external/fio/oslib/
libmtd_common.h 173 static inline int is_power_of_2(unsigned long long n) function
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 62 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
  /external/syslinux/core/fs/
diskio_bios.c 40 static inline bool is_power_of_2(uint32_t x) function
370 is_power_of_2(edd_params.sector_size))
  /external/syslinux/core/
bios.c 194 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 305 milliseconds