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

/external/openfst/src/include/fst/
H A Dtypes.h31 typedef int64_t int64; typedef
/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/regex-re2/util/
H A Dutil.h68 typedef int64_t int64; typedef in namespace:re2
/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/stressapptest/src/
H A Dsattypes.h37 typedef signed long long int64; typedef
/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/valgrind/main/VEX/test/
H A Dtest-amd64.c46 typedef long long int int64; typedef
195 int64 rax, rbx, rcx, rdx, rsi, rdi, res;
368 void test_imulw2(int64 op0, int64 op1)
370 int64 res, s1, s0, flags;
386 void test_imull2(int64 op0, int64 op1)
389 int64 s0, flags;
407 int64 res, flags;\
423 int64 flag
[all...]
/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.c267 int64_t int64; member in union:__anon6305
316 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1767 long long int64 =(long long)(constInt->getZExtValue()); local
1768 ptr = (unsigned char*)&int64;
1774 long long int64 =(long long)(constInt->getZExtValue()); local
1775 ptr = (unsigned char*)&int64;
/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 497 milliseconds