Home
last modified time | relevance | path

Searched defs:is_power_of_2 (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dutil.h268 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/external/qemu/include/
Dqemu-common.h403 static inline bool is_power_of_2(uint64_t value) in is_power_of_2() function
/external/fio/
Dfio.h591 static inline int is_power_of_2(unsigned long val) in is_power_of_2() function