Searched refs:DBUS_UINT16_SWAP_LE_BE (Results 1 – 3 of 3) sorted by relevance
87 #define DBUS_UINT16_SWAP_LE_BE(val) (DBUS_UINT16_SWAP_LE_BE_CONSTANT (val)) macro103 # define DBUS_UINT16_TO_LE(val) (DBUS_UINT16_SWAP_LE_BE (val))119 # define DBUS_INT16_TO_BE(val) ((dbus_int16_t) DBUS_UINT16_SWAP_LE_BE (val))120 # define DBUS_UINT16_TO_BE(val) (DBUS_UINT16_SWAP_LE_BE (val))
56 *((dbus_uint16_t*)p) = DBUS_UINT16_SWAP_LE_BE (*((dbus_uint16_t*)p)); in byteswap_body_helper()
581 *vp = DBUS_UINT16_SWAP_LE_BE (*vp); in _dbus_marshal_read_basic()666 value = DBUS_UINT16_SWAP_LE_BE (value); in marshal_2_octets()990 *((dbus_uint16_t*)d) = DBUS_UINT16_SWAP_LE_BE (*((dbus_uint16_t*)d)); in _dbus_swap_array()