Searched refs:OFFSET_0 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | bit_utils.h | 182 constexpr uint32_t OFFSET_0 = 8; in ReverseBytes() local 183 return static_cast<uint16_t>(value << OFFSET_0) | static_cast<uint16_t>(value >> OFFSET_0); in ReverseBytes() 189 constexpr uint32_t OFFSET_0 = 8; in ReverseBytes() local 191 value = SwapBits(value, BYTES_MASK, OFFSET_0); in ReverseBytes() 199 constexpr uint32_t OFFSET_0 = 8; in ReverseBytes() local 202 value = SwapBits(value, BYTES_MASK, OFFSET_0); in ReverseBytes() 224 constexpr uint32_t OFFSET_0 = 1; in ReverseBits() local 227 value = SwapBits(value, BITS_MASK, OFFSET_0); in ReverseBits() 238 constexpr uint32_t OFFSET_0 in ReverseBits() local [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | bit_utils.h | 184 constexpr uint32_t OFFSET_0 = 8; in ReverseBytes() local 185 return static_cast<uint16_t>(value << OFFSET_0) | static_cast<uint16_t>(value >> OFFSET_0); in ReverseBytes() 191 constexpr uint32_t OFFSET_0 = 8; in ReverseBytes() local 193 value = SwapBits(value, BYTES_MASK, OFFSET_0); in ReverseBytes() 201 constexpr uint32_t OFFSET_0 = 8; in ReverseBytes() local 204 value = SwapBits(value, BYTES_MASK, OFFSET_0); in ReverseBytes() 226 constexpr uint32_t OFFSET_0 = 1; in ReverseBits() local 229 value = SwapBits(value, BITS_MASK, OFFSET_0); in ReverseBits() 240 constexpr uint32_t OFFSET_0 in ReverseBits() local [all...] |
Completed in 2 milliseconds