Searched refs:BYTE_BITS (Results 1 – 6 of 6) 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()
64 constexpr uint8_t BYTE_BITS = 8; variable125 return (channel << (BYTE_BITS - bits)) | (channel >> (RGB565_CONVERT_BIT * bits - BYTE_BITS)); in RGB565To32()
47 constexpr int BYTE_BITS = 8; variable69 value = (value << BYTE_BITS) | bytes[i]; in ARKTS_CreateBigIntWithBytes()
33 #define BYTE_BITS 8 macro
38 static constexpr uint8_t BYTE_BITS = 8; variable337 …((GSM_BEAR_DATA_LEN * BYTE_BITS) - ((headerLen + concat + headerSize) * BYTE_BITS)) / CHARSET_7BIT… in GetMaxSegmentSize()
140 constexpr uint8_t BYTE_BITS = 8; variable154 bitIndex = i % BYTE_BITS; in BitConvert()155 currentSource = *(sourceRow + i / BYTE_BITS); in BitConvert()