Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_utils.h223 constexpr uint32_t HALF_BYTES_MASK = 0x0f0f0f0fU; in ReverseBits() local
229 value = SwapBits(value, HALF_BYTES_MASK, OFFSET_2); in ReverseBits()
237 constexpr uint64_t HALF_BYTES_MASK = 0x0f0f0f0f0f0f0f0fLU; in ReverseBits() local
243 value = SwapBits(value, HALF_BYTES_MASK, OFFSET_2); in ReverseBits()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_utils.h225 constexpr uint32_t HALF_BYTES_MASK = 0x0f0f0f0fU; in ReverseBits() local
231 value = SwapBits(value, HALF_BYTES_MASK, OFFSET_2); in ReverseBits()
239 constexpr uint64_t HALF_BYTES_MASK = 0x0f0f0f0f0f0f0f0fLU; in ReverseBits() local
245 value = SwapBits(value, HALF_BYTES_MASK, OFFSET_2); in ReverseBits()

Completed in 2 milliseconds