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

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp25 typedef long long int64; typedef in namespace:mkvmuxer
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h32 typedef int64_t int64; typedef
/external/openfst/src/include/fst/
H A Dtypes.h31 typedef int64_t int64; typedef
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h81 typedef Integer<64>::type int64; typedef in namespace:ceres::internal
/external/google-breakpad/src/common/dwarf/
H A Dtypes.h41 typedef long long int64; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h24 typedef __int64 int64; typedef
35 typedef long int64; // NOLINT typedef
45 typedef long long int64; // NOLINT typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h27 typedef __int64 int64; typedef
38 typedef long int64; // NOLINT typedef
48 typedef long long int64; // NOLINT typedef
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h99 typedef int64_t int64; typedef in namespace:google
104 typedef int64_t int64;
109 typedef __int64 int64;
147 bool RegisterFlagValidator(const int64* flag,
148 bool (*validate_fn)(const char*, int64));
315 extern int64 Int64FromEnv(const char *varname, int64 defval);
493 #define DECLARE_int64(name) DECLARE_VARIABLE(::google::int64,I64, name)
494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h83 typedef __int64 int64; typedef
86 typedef long long int64; typedef
/external/protobuf/src/google/protobuf/stubs/
H A Dtype_traits_unittest.cc44 typedef long int64; typedef
588 EXPECT_FALSE((is_same<int32, int64>::value));
589 EXPECT_FALSE((is_same<int64, int32>::value));
H A Dcommon.h163 typedef __int64 int64; typedef in namespace:google::protobuf
173 typedef int64_t int64; typedef in namespace:google::protobuf
199 static const int64 kint64max = GOOGLE_LONGLONG(0x7FFFFFFFFFFFFFFF);
200 static const int64 kint64min = -kint64max - 1;
/external/regex-re2/util/
H A Dutil.h73 typedef int64_t int64; typedef in namespace:re2
/external/deqp/framework/common/
H A DtcuTestLog.hpp219 deInt64 int64; member in union:tcu::SampleBuilder::Value::__anon2981
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/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/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::__anon2953
/external/icu/icu4c/source/common/
H A Dputil.cpp271 int64_t int64; member in union:__anon5477
306 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1799 long long int64 = (long long)(constInt->getZExtValue()); local
1800 ptr = (unsigned char *)&int64;
1806 long long int64 = (long long)(constInt->getZExtValue()); local
1807 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;
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py124 def int64(self): member in class:BinaryReader

Completed in 654 milliseconds