HomeSort by relevance Sort by last modified time
    Searched refs:DBUS_UINT64_FROM_LE (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-marshal-basic.h 144 # define DBUS_UINT64_FROM_LE(val) (DBUS_UINT64_TO_LE (val))
dbus-marshal-basic.c 153 r.u64 = DBUS_UINT64_FROM_LE (*(dbus_uint64_t*)data);
    [all...]

Completed in 14 milliseconds