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

  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 62 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
  /external/dtc/
dtc.c 39 static int is_power_of_2(int x) function
217 if (!is_power_of_2(alignsize))
  /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/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/fio/engines/
libaio.c 352 ld->is_pow2 = is_power_of_2(ld->entries);
  /external/e2fsprogs/debugfs/
revoke.c 276 J_ASSERT(is_power_of_2(hash_size));
  /external/e2fsprogs/e2fsck/
revoke.c 276 J_ASSERT(is_power_of_2(hash_size));
  /external/fio/
fio.h 608 static inline int is_power_of_2(uint64_t val) function
eta.c 362 if (is_power_of_2(td->o.kb_base))
stat.c 272 const int i2p = is_power_of_2(rs->kb_base);
378 i2p = is_power_of_2(rs->kb_base);
    [all...]
gclient.c     [all...]
io_u.c 476 if (!td->o.bs_unaligned && is_power_of_2(minbs))
    [all...]

Completed in 334 milliseconds