Searched defs:DBUS_UINT64_SWAP_LE_BE_CONSTANT (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-marshal-basic.h63 #define DBUS_UINT64_SWAP_LE_BE_CONSTANT(val) bswap_64(val) macro
66 #define DBUS_UINT64_SWAP_LE_BE_CONSTANT(val) ((dbus_uint64_t) ( \ macro
94 # define DBUS_UINT64_SWAP_LE_BE(val) (DBUS_UINT64_SWAP_LE_BE_CONSTANT (val))
95 # define DBUS_INT64_SWAP_LE_BE(val) ((dbus_int64_t)DBUS_UINT64_SWAP_LE_BE_CONSTANT (val))

Completed in 111 milliseconds