Searched refs:BYTE_BITS (Results 1 – 4 of 4) sorted by relevance
28 value = (value << BYTE_BITS) | (*(buf + len)); in HapGetInt64()49 value = (value << BYTE_BITS) | (*(buf + len)); in HapGetUnsignedInt()64 value = (value << BYTE_BITS) | (*(buf + len)); in HapGetShort()78 var = var >> (BYTE_BITS); in HapPutInt32()
34 static constexpr uint8_t BYTE_BITS = 8; variable295 …((GSM_BEAR_DATA_LEN * BYTE_BITS) - ((headerLen + concat + headerSize) * BYTE_BITS)) / CHARSET_7BIT… in GetSegmentSize()339 …((GSM_BEAR_DATA_LEN * BYTE_BITS) - ((headerLen + concat + headerSize) * BYTE_BITS)) / CHARSET_7BIT… in GetMaxSegmentSize()
33 #define BYTE_BITS 8 macro
74 static constexpr uint8_t BYTE_BITS = 8; variable