Searched defs:BYTE_THREE (Results 1 – 3 of 3) sorted by relevance
79 static const int BYTE_THREE = 3; variable
67 constexpr int32_t BYTE_THREE = 3; variable
714 uint8_t BYTE_THREE = (data >> MOVE_BITS_8) & 0xFF; in Uint32ToBytes() local