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

  /external/dbus/dbus/
dbus-arch-deps.h 39 #define DBUS_INT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION (val##LL))
44 #undef DBUS_INT64_CONSTANT
dbus-arch-deps.h.in 39 #define DBUS_INT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION @DBUS_INT64_CONSTANT@)
44 #undef DBUS_INT64_CONSTANT
dbus-marshal-basic.c     [all...]
dbus-sysdeps-util-win.c 409 wfad.ftLastAccessTime.dwLowDateTime) / 10000000 - DBUS_INT64_CONSTANT (116444736000000000);
413 wfad.ftLastWriteTime.dwLowDateTime) / 10000000 - DBUS_INT64_CONSTANT (116444736000000000);
417 wfad.ftCreationTime.dwLowDateTime) / 10000000 - DBUS_INT64_CONSTANT (116444736000000000);
    [all...]
dbus-internals.h 234 #define _DBUS_INT64_MAX DBUS_INT64_CONSTANT (0x7fffffffffffffff)
dbus-message-util.c 843 if (our_int64 != DBUS_INT64_CONSTANT (-0x123456789abcd))
    [all...]
dbus-sysdeps-win.c     [all...]
  /external/dbus/cmake/dbus/
dbus-arch-deps.h.cmake 39 #define DBUS_INT64_CONSTANT(val) (val##LL)
44 #undef DBUS_INT64_CONSTANT

Completed in 1466 milliseconds