Searched defs:int64 (Results 1 - 15 of 15) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgfileattribute-priv.h38 gint64 int64; member in union:__anon475::__anon476
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h23 typedef __int64 int64; typedef
25 typedef long long int64; typedef
33 typedef __int64 int64; typedef
43 typedef long long int64; typedef
/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h18 typedef __int64 int64; typedef
23 typedef __int64 int64; typedef
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h95 typedef int64_t int64; typedef in namespace:google
100 typedef int64_t int64;
105 typedef __int64 int64;
143 bool RegisterFlagValidator(const int64* flag,
144 bool (*validate_fn)(const char*, int64));
315 extern int64 Int64FromEnv(const char *varname, int64 defval);
488 #define DECLARE_int64(name) DECLARE_VARIABLE(::google::int64,I64, name)
489 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h44 typedef __int64 int64; typedef
46 typedef long long int64; typedef
54 typedef __int64 int64; typedef
64 typedef long long int64; typedef
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h83 typedef __int64 int64; typedef
86 typedef long long int64; typedef
/external/chromium/base/
H A Dbasictypes.h36 typedef long int64; typedef
38 typedef long long int64; typedef
79 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000));
80 const int64 kint64max = (( int64) GG_LONGLONG(0x7FFFFFFFFFFFFFFF));
/external/dbus/tools/
H A Ddbus-send.c66 dbus_int64_t int64; local
105 int64 = strtoll (value, NULL, 0);
106 dbus_message_iter_append_basic (iter, DBUS_TYPE_INT64, &int64);
206 else if (!strcmp (arg, "int64"))
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h40 typedef long long int64; typedef
75 #define DECLARE_int64(name) extern int64 FLAGS_ ## name
129 bool SetFlag(const string &val, int64 *address) const {
225 #define DEFINE_int64(name, value, doc) DEFINE_VAR(int64, name, value, doc)
300 template<> struct hash<int64> {
301 size_t operator()(int64 x) const {
/external/bluetooth/glib/glib/
H A Dgoption.c56 gint64 int64; member in union:__anon604::__anon605
1194 change->prev.int64 = *(gint64 *)entry->arg_data;
1470 *(gint64 *)change->arg_data = change->prev.int64;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h133 typedef __int64 int64; typedef in namespace:google::protobuf
143 typedef int64_t int64; typedef in namespace:google::protobuf
169 static const int64 kint64max = GOOGLE_LONGLONG(0x7FFFFFFFFFFFFFFF);
170 static const int64 kint64min = -kint64max - 1;
/external/qemu/fpu/
H A Dsoftfloat.h66 typedef int64_t int64; typedef
259 float32 int64_to_float32( int64 STATUS_PARAM );
261 float64 int64_to_float64( int64 STATUS_PARAM );
264 floatx80 int64_to_floatx80( int64 STATUS_PARAM );
267 float128 int64_to_float128( int64 STATUS_PARAM );
303 int64 float32_to_int64( float32 STATUS_PARAM );
304 int64 float32_to_int64_round_to_zero( float32 STATUS_PARAM );
418 int64 float64_to_int64( float64 STATUS_PARAM );
419 int64 float64_to_int64_round_to_zero( float64 STATUS_PARAM );
528 int64 floatx80_to_int6
[all...]
/external/icu4c/common/
H A Dputil.c262 int64_t int64; member in union:__anon4622
311 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND);
/external/bluetooth/bluez/lib/bluetooth/
H A Dsdp.h500 int64_t int64; member in union:sdp_data_struct::__anon379
/external/opencv/cxcore/include/
H A Dcxtypes.h142 typedef __int64 int64; typedef
145 typedef long long int64; typedef
173 int64 i;
303 CV_INLINE CvRNG cvRNG( int64 seed CV_DEFAULT(-1))
305 CvRNG rng = seed ? (uint64)seed : (uint64)(int64)-1;

Completed in 389 milliseconds