Home
last modified time | relevance | path

Searched refs:BIT (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dmath_helpers.h73 constexpr uint32_t BIT = 32UL; in GetPowerOfTwoValue32() local
74 return 1UL << (BIT - Clz(static_cast<uint32_t>(value))); in GetPowerOfTwoValue32()