Searched refs:IsPowerOfTwo (Results 1 – 3 of 3) sorted by relevance
57 bool IsPowerOfTwo(uint64_t value);
35 bool IsPowerOfTwo(uint64_t value) { in IsPowerOfTwo() function
122 CHECK(IsPowerOfTwo(mmap_pages)); in MmapContent()