Searched defs:BYTE_ONE (Results 1 – 3 of 3) sorted by relevance
77 static const int BYTE_ONE = 1; variable
699 uint8_t BYTE_ONE = (data >> MOVE_BITS_8) & 0xFF; in Uint16ToBytes() local712 uint8_t BYTE_ONE = (data >> MOVE_BITS_24) & 0xFF; in Uint32ToBytes() local
65 constexpr int32_t BYTE_ONE = 1; variable