Searched refs:DBUS_INT64_SWAP_LE_BE (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-marshal-basic.h95 # define DBUS_INT64_SWAP_LE_BE(val) ((dbus_int64_t)DBUS_UINT64_SWAP_LE_BE_CONSTANT (val)) macro
111 # define DBUS_INT64_TO_LE(val) (DBUS_INT64_SWAP_LE_BE (val))

Completed in 16 milliseconds