HomeSort by relevance Sort by last modified time
    Searched defs:int64 (Results 26 - 50 of 59) sorted by null

12 3

  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 39 typedef int64_t int64; typedef
55 const int64 kint64min = INT64_MIN;
56 const int64 kint64max = INT64_MAX;
72 typedef long int64; typedef
74 typedef long long int64; typedef
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes.h 47 typedef __int64 int64; typedef
60 typedef int64_t int64; typedef
70 typedef long int64; // NOLINT typedef
80 typedef long long int64; // NOLINT typedef
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 27 typedef int64_t int64; typedef in namespace:i18n::phonenumbers
43 const int64 kint64min = INT64_MIN;
44 const int64 kint64max = INT64_MAX;
60 typedef long int64;
62 typedef long long int64;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits_unittest.cc 44 typedef long int64; typedef
588 EXPECT_FALSE((is_same<int32, int64>::value));
589 EXPECT_FALSE((is_same<int64, int32>::value));
common.h 178 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;
    [all...]
  /external/chromium_org/third_party/re2/util/
util.h 74 typedef int64_t int64; typedef in namespace:re2
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 83 typedef __int64 int64; typedef
86 typedef long long int64; typedef
  /external/regex-re2/util/
util.h 73 typedef int64_t int64; typedef in namespace:re2
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 40 #define int64 int64_t macro
  /external/chromium_org/third_party/cld/base/
basictypes.h 32 typedef long int64; typedef
34 typedef long long int64; typedef
75 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000));
76 const int64 kint64max = (( int64) GG_LONGLONG(0x7FFFFFFFFFFFFFFF));
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 60 typedef int64_t int64; typedef
80 const int64 kint64max = ( ((( int64) kint32max) << 32) | kuint32max );
85 const int64 kint64min = ( ((( int64) kint32min) << 32) | 0 );
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 60 typedef int64_t int64; typedef
80 const int64 kint64max = ( ((( int64) kint32max) << 32) | kuint32max );
85 const int64 kint64min = ( ((( int64) kint32min) << 32) | 0 );
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 40 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/stressapptest/src/
sattypes.h 37 typedef signed long long int64; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 115 /* Do not support the (u)int64 types with strict ansi for GNU C */
225 typedef signed long long int64; typedef
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h 52 * 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/deqp/framework/common/
tcuTestLog.hpp 219 deInt64 int64; member in union:tcu::SampleBuilder::Value::__anon23506
223 Value (void) : type(TYPE_LAST) { value.int64 = 0; }
225 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthsdpdef.h 74 LONGLONG int64; member in union:_SPD_ELEMENT_DATA::__anon48334
  /external/pdfium/core/src/fxge/agg/agg23/
agg_basics.h 51 typedef AGG_INT64 int64; typedef in namespace:agg
  /external/valgrind/main/VEX/test/
test-amd64.c 46 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 flags = 0;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 32 typedef signed long long int64; typedef
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 32 typedef signed long long int64; typedef
  /external/protobuf/src/google/protobuf/stubs/
common.h 133 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;
    [all...]
  /external/qemu/include/fpu/
softfloat.h 63 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_int64( floatx80 STATUS_PARAM )
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.c 264 int64_t int64; member in union:__anon15654
313 return (UDate)((winTime.int64 - EPOCH_BIAS) / HECTONANOSECOND_PER_MILLISECOND);
    [all...]

Completed in 1726 milliseconds

12 3