Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dutil.h268 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/external/fio/
Dfio.h608 static inline int is_power_of_2(uint64_t val) in is_power_of_2() function