Searched refs:IsPowerOfTwo (Results 1 – 4 of 4) sorted by relevance
113 bool IsPowerOfTwo(uint64_t value);
109 CHECK(IsPowerOfTwo(mmap_pages)); in MmapContent()
98 bool IsPowerOfTwo(uint64_t value) { in IsPowerOfTwo() function
388 if (*endptr != '\0' || !IsPowerOfTwo(pages)) { in ParseOptions()