Home
last modified time | relevance | path

Searched defs:DBUS_UINT64_CONSTANT (Results 1 – 4 of 4) sorted by relevance

/external/dbus/cmake/
DConfigureChecks.cmake58 set (DBUS_UINT64_CONSTANT "(val##U)") variable
63 set (DBUS_UINT64_CONSTANT "(val##UL)") variable
68 set (DBUS_UINT64_CONSTANT "(val##ULL)") variable
73 set (DBUS_UINT64_CONSTANT "(val##ui64)") variable
/external/dbus/dbus/
Ddbus-arch-deps.h40 #define DBUS_UINT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION (val##ULL)) macro
Ddbus-arch-deps.h.in40 #define DBUS_UINT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION @DBUS_UINT64_CONSTANT@) macro
/external/dbus/
Dconfigure.ac424 AC_SUBST(DBUS_UINT64_CONSTANT) subst