Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_utils.h190 constexpr uint32_t BYTES_MASK = 0xff00ffU; in ReverseBytes() local
199 constexpr uint64_t BYTES_MASK = 0xff00ff00ff00ffLU; in ReverseBytes() local
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h188 constexpr uint32_t BYTES_MASK = 0xff00ffU; in ReverseBytes() local
197 constexpr uint64_t BYTES_MASK = 0xff00ff00ff00ffLU; in ReverseBytes() local