Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_utils.h221 constexpr uint32_t BITS_MASK = 0x55555555U; in ReverseBits() local
227 value = SwapBits(value, BITS_MASK, OFFSET_0); in ReverseBits()
235 constexpr uint64_t BITS_MASK = 0x5555555555555555LU; in ReverseBits() local
241 value = SwapBits(value, BITS_MASK, OFFSET_0); in ReverseBits()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_utils.h223 constexpr uint32_t BITS_MASK = 0x55555555U; in ReverseBits() local
229 value = SwapBits(value, BITS_MASK, OFFSET_0); in ReverseBits()
237 constexpr uint64_t BITS_MASK = 0x5555555555555555LU; in ReverseBits() local
243 value = SwapBits(value, BITS_MASK, OFFSET_0); in ReverseBits()

Completed in 2 milliseconds