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

  /external/dbus/dbus/
dbus-arch-deps.h 40 #define DBUS_UINT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION (val##ULL))
45 #undef DBUS_UINT64_CONSTANT
dbus-arch-deps.h.in 40 #define DBUS_UINT64_CONSTANT(val) (_DBUS_GNUC_EXTENSION @DBUS_UINT64_CONSTANT@)
45 #undef DBUS_UINT64_CONSTANT
dbus-marshal-basic.h 68 (dbus_uint64_t) DBUS_UINT64_CONSTANT (0x00000000000000ff)) << 56) | \
70 (dbus_uint64_t) DBUS_UINT64_CONSTANT (0x000000000000ff00)) << 40) | \
72 (dbus_uint64_t) DBUS_UINT64_CONSTANT (0x0000000000ff0000)) << 24) | \
74 (dbus_uint64_t) DBUS_UINT64_CONSTANT (0x00000000ff000000)) << 8) | \
76 (dbus_uint64_t) DBUS_UINT64_CONSTANT (0x000000ff00000000)) >> 8) | \
78 (dbus_uint64_t) DBUS_UINT64_CONSTANT (0x0000ff0000000000)) >> 24) | \
80 (dbus_uint64_t) DBUS_UINT64_CONSTANT (0x00ff000000000000)) >> 40) | \
82 (dbus_uint64_t) DBUS_UINT64_CONSTANT (0xff00000000000000)) >> 56)))
dbus-marshal-basic.c     [all...]
dbus-internals.h 235 #define _DBUS_UINT64_MAX DBUS_UINT64_CONSTANT (0xffffffffffffffff)
dbus-message-util.c 845 if (our_uint64 != DBUS_UINT64_CONSTANT (0x123456789abcd))
    [all...]
  /external/dbus/cmake/dbus/
dbus-arch-deps.h.cmake 40 #define DBUS_UINT64_CONSTANT(val) (val##ULL)
45 #undef DBUS_UINT64_CONSTANT

Completed in 48 milliseconds