Searched refs:BITS_OFFSET (Results 1 – 1 of 1) sorted by relevance
74 static constexpr int BITS_OFFSET = 8; in CombineTwoBytes() local76 return static_cast<uint16_t>((data[pos] << BITS_OFFSET) + data[pos + BYTE_OFFSET]); in CombineTwoBytes()