Searched refs:IsPowerOfTwo (Results 1 – 4 of 4) sorted by relevance
161 CHECK(IsPowerOfTwo(mmap_pages)); in CreateMappedBuffer()265 CHECK(IsPowerOfTwo(aux_buffer_size)); in CreateAuxBuffer()
133 bool IsPowerOfTwo(uint64_t value);
167 bool IsPowerOfTwo(uint64_t value) { in IsPowerOfTwo() function
754 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()