Searched refs:DBUS_UINT32_SWAP_LE_BE (Results 1 – 4 of 4) sorted by relevance
90 #define DBUS_UINT32_SWAP_LE_BE(val) (DBUS_UINT32_SWAP_LE_BE_CONSTANT (val)) macro107 # define DBUS_UINT32_TO_LE(val) (DBUS_UINT32_SWAP_LE_BE (val))123 # define DBUS_INT32_TO_BE(val) ((dbus_int32_t) DBUS_UINT32_SWAP_LE_BE (val))124 # define DBUS_UINT32_TO_BE(val) (DBUS_UINT32_SWAP_LE_BE (val))
66 *((dbus_uint32_t*)p) = DBUS_UINT32_SWAP_LE_BE (*((dbus_uint32_t*)p)); in byteswap_body_helper()95 *((dbus_uint32_t*)p) = DBUS_UINT32_SWAP_LE_BE (*((dbus_uint32_t*)p)); in byteswap_body_helper()
594 *vp = DBUS_UINT32_SWAP_LE_BE (*vp); in _dbus_marshal_read_basic()695 value = DBUS_UINT32_SWAP_LE_BE (value); in marshal_4_octets()980 *((dbus_uint32_t*)d) = DBUS_UINT32_SWAP_LE_BE (*((dbus_uint32_t*)d)); in _dbus_swap_array()
290 *buffer = DBUS_UINT32_SWAP_LE_BE (*buffer); in swap_words()