Home
last modified time | relevance | path

Searched refs:IsPowerOfTwo (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dutils.h57 bool IsPowerOfTwo(uint64_t value);
Dutils.cpp35 bool IsPowerOfTwo(uint64_t value) { in IsPowerOfTwo() function
Devent_fd.cpp122 CHECK(IsPowerOfTwo(mmap_pages)); in MmapContent()