Searched refs:BUFFER_MASK (Results 1 – 1 of 1) sorted by relevance
28 constexpr uint8_t BUFFER_MASK = 0x80; variable37 y = buffer[index] & static_cast<uint8_t>(~BUFFER_MASK); in ReadLE64()54 if (buffer[index - 1] & BUFFER_MASK) { in ReadLE64()