Searched refs:BIT (Results 1 – 1 of 1) sorted by relevance
73 constexpr uint32_t BIT = 32UL; in GetPowerOfTwoValue32() local74 return 1UL << (BIT - Clz(static_cast<uint32_t>(value))); in GetPowerOfTwoValue32()