Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_fd.cpp161 CHECK(IsPowerOfTwo(mmap_pages)); in CreateMappedBuffer()
265 CHECK(IsPowerOfTwo(aux_buffer_size)); in CreateAuxBuffer()
Dutils.h133 bool IsPowerOfTwo(uint64_t value);
Dutils.cpp167 bool IsPowerOfTwo(uint64_t value) { in IsPowerOfTwo() function
Dcmd_record.cpp754 if (v > std::numeric_limits<size_t>::max() || !IsPowerOfTwo(v) || v % sysconf(_SC_PAGE_SIZE)) { in ParseOptions()
819 if (!IsPowerOfTwo(value->uint_value) || in ParseOptions()