Searched refs:NextPowerOf2 (Results 1 – 1 of 1) sorted by relevance
233 static uint32_t NextPowerOf2(uint32_t n) { in NextPowerOf2() function254 return IsPowerOfTwo(count) ? count : (NextPowerOf2(count) / 2); in GetRecordCount()