Searched defs:int64 (Results 26 - 40 of 40) sorted by relevance

12

/external/stressapptest/src/
H A Dsattypes.h37 typedef signed long long int64; typedef
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h52 * int32, uint32, int64, and uint64 because some of these int
80 * defines the types int8, int16, int32, and int64.
137 * int64
142 typedef PRInt64 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)
/external/deqp/framework/common/
H A DtcuTestLog.hpp219 deInt64 int64; member in union:tcu::SampleBuilder::Value::__anon19695
223 Value (void) : type(TYPE_LAST) { value.int64 = 0; }
225 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; }
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h51 typedef AGG_INT64 int64; typedef in namespace:agg
/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/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h178 typedef __int64 int64; typedef in namespace:google::protobuf
188 typedef int64_t int64; typedef in namespace:google::protobuf
214 static const int64 kint64max = GOOGLE_LONGLONG(0x7FFFFFFFFFFFFFFF);
215 static const int64 kint64min = -kint64max - 1;
/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/include/fpu/
H A Dsoftfloat.h63 typedef int64_t int64; typedef
234 float32 int64_to_float32( int64 STATUS_PARAM );
236 float64 int64_to_float64( int64 STATUS_PARAM );
238 floatx80 int64_to_floatx80( int64 STATUS_PARAM );
239 float128 int64_to_float128( int64 STATUS_PARAM );
274 int64 float32_to_int64( float32 STATUS_PARAM );
275 int64 float32_to_int64_round_to_zero( float32 STATUS_PARAM );
380 int64 float64_to_int64( float64 STATUS_PARAM );
381 int64 float64_to_int64_round_to_zero( float64 STATUS_PARAM );
484 int64 floatx80_to_int6
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dputil.cpp278 int64_t int64; member in union:__anon11919
327 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND);
/external/deqp/executor/
H A DxeTestCaseResult.hpp173 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; }
177 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; }
184 deInt64 int64; member in union:xe::ri::NumericValue::__anon19675
/external/icu/icu4c/source/common/
H A Dputil.cpp278 int64_t int64; member in union:__anon21709
327 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2164 long long int64 = (long long)(constInt->getZExtValue()); local
2165 ptr = (unsigned char *)&int64;
2171 long long int64 = (long long)(constInt->getZExtValue()); local
2172 ptr = (unsigned char *)&int64;
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py124 def int64(self): member in class:BinaryReader
/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 291 milliseconds

12