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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.h 268 bool is_power_of_2(unsigned long n) function
evlist.c 708 else if (!is_power_of_2(pages))
  /external/qemu/util/
cutils.c 472 if (!is_power_of_2(value)) {
  /external/fio/
fio.h 591 static inline int is_power_of_2(unsigned long val) function
eta.c 342 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 481 if (!td->o.bs_unaligned && is_power_of_2(minbs))
    [all...]
  /external/qemu/include/
qemu-common.h 403 static inline bool is_power_of_2(uint64_t value) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c 237 } else if (!is_power_of_2(opts->mmap_pages) &&

Completed in 216 milliseconds