Home
last modified time | relevance | path

Searched defs:HALF_BYTES_MASK (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_utils.h225 constexpr uint32_t HALF_BYTES_MASK = 0x0f0f0f0fU; in ReverseBits() local
239 constexpr uint64_t HALF_BYTES_MASK = 0x0f0f0f0f0f0f0f0fLU; in ReverseBits() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h223 constexpr uint32_t HALF_BYTES_MASK = 0x0f0f0f0fU; in ReverseBits() local
237 constexpr uint64_t HALF_BYTES_MASK = 0x0f0f0f0f0f0f0f0fLU; in ReverseBits() local