Searched defs:TWOS_COMPLEMENT (Results 1 – 3 of 3) sorted by relevance
812 #define TWOS_COMPLEMENT(t) ((t) ~ (t) 0 < 0) macro
2647 TWOS_COMPLEMENT = 0x02 variable in HCI_Enhanced_Setup_Synchronous_Connection_Command.PcmDataFormat
141 enum class ScoPcmDataFormat : uint8_t {NOT_USED = 0x0,ONES_COMPLEMENT = 0x1,TWOS_COMPLEMENT = 0x2,S… enumerator