Home
last modified time | relevance | path

Searched defs:TWOS_COMPLEMENT (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bionic/libc/tzcode/
H A Dprivate.h812 #define TWOS_COMPLEMENT(t) ((t) ~ (t) 0 < 0) macro
/aosp_15_r20/external/python/bumble/bumble/
Dhci.py2647 TWOS_COMPLEMENT = 0x02 variable in HCI_Enhanced_Setup_Synchronous_Connection_Command.PcmDataFormat
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h141 enum class ScoPcmDataFormat : uint8_t {NOT_USED = 0x0,ONES_COMPLEMENT = 0x1,TWOS_COMPLEMENT = 0x2,S… enumerator