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

  /external/fio/lib/
pow2.h 7 static inline bool is_power_of_2(uint64_t val) function
  /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
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/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)
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_block.c 24 #define is_power_of_2(x) ((x != 0) && ((x & (x - 1)) == 0)) macro
393 (is_power_of_2(block_size) != 0) &&
  /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 361 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));
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.c 612 static int is_power_of_2(unsigned long x) function
624 if (*endptr != '\0' || !is_power_of_2(align) || errno != 0)
  /external/fio/
eta.c 395 if (is_power_of_2(td->o.kb_base))
stat.c 290 const int i2p = is_power_of_2(rs->kb_base);
402 i2p = is_power_of_2(rs->kb_base);
681 const int i2p = is_power_of_2(ts->kb_base);
    [all...]
gclient.c 589 i2p = is_power_of_2(o->kb_base);
    [all...]
parse.c 548 if (o->pow2 && !is_power_of_2(ull)) {
io_u.c 581 power_2 = is_power_of_2(minbs);
    [all...]
init.c     [all...]

Completed in 584 milliseconds