Home
last modified time | relevance | path

Searched refs:TWO_BITS_MASK (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_utils.h222 constexpr uint32_t TWO_BITS_MASK = 0x33333333U; in ReverseBits() local
228 value = SwapBits(value, TWO_BITS_MASK, OFFSET_1); in ReverseBits()
236 constexpr uint64_t TWO_BITS_MASK = 0x3333333333333333LU; in ReverseBits() local
242 value = SwapBits(value, TWO_BITS_MASK, OFFSET_1); in ReverseBits()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_utils.h224 constexpr uint32_t TWO_BITS_MASK = 0x33333333U; in ReverseBits() local
230 value = SwapBits(value, TWO_BITS_MASK, OFFSET_1); in ReverseBits()
238 constexpr uint64_t TWO_BITS_MASK = 0x3333333333333333LU; in ReverseBits() local
244 value = SwapBits(value, TWO_BITS_MASK, OFFSET_1); in ReverseBits()

Completed in 2 milliseconds