Searched defs:uint64 (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgfileattribute-priv.h39 guint64 uint64; member in union:__anon376::__anon377
/external/opencore/oscl/oscl/osclbase/src/
H A Doscl_types.h71 typedef OSCL_NATIVE_UINT64_TYPE uint64; typedef
/external/opencore/codecs_v2/standalone_headerfiles/
H A Darbt_types.h100 #ifndef uint64
108 typedef ARBT_NATIVE_UINT64_TYPE uint64; typedef
109 #endif // uint64
138 #define UINT64 uint64
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h84 typedef unsigned __int64 uint64; typedef
87 typedef unsigned long long uint64; typedef
/external/dbus/tools/
H A Ddbus-send.c46 dbus_uint64_t uint64; local
91 uint64 = strtoull (value, NULL, 0);
92 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT64, &uint64);
193 else if (!strcmp (arg, "uint64"))
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h44 typedef unsigned long long uint64; typedef
/external/libpcap/
H A Dpcap-dos.h59 typedef unsigned long long uint64; typedef
64 typedef unsigned __int64 uint64; typedef
/external/qemu/fpu/
H A Dsoftfloat.h59 typedef uint64_t uint64; typedef
/external/stlport/src/
H A Dnum_get_float.cpp104 typedef unsigned __int64 uint64; typedef
110 typedef uint64_t uint64; typedef
119 static void _Stl_mult64(const uint64 u, const uint64 v,
120 uint64& high, uint64& low) {
121 const uint64 low_mask = ULL(0xffffffff);
122 const uint64 u0 = u & low_mask;
123 const uint64 u1 = u >> 32;
124 const uint64 v
[all...]
/external/bluetooth/bluez/include/bluetooth/
H A Dsdp.h490 uint64_t uint64; member in union:sdp_data_struct::__anon296

Completed in 22 milliseconds