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

  /external/dtc/
dtc.c 39 static int is_power_of_2(int x) function
217 if (!is_power_of_2(alignsize))
  /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)
  /external/fio/
fio.h 608 static inline int is_power_of_2(uint64_t val) function

Completed in 207 milliseconds