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

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h32 typedef int64_t int64; typedef
/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.h82 typedef Integer<64>::type int64; typedef in namespace:ceres::internal
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h64 typedef int64_t int64; typedef in namespace:snappy
73 typedef long long int64;
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h64 typedef int64_t int64; typedef in namespace:snappy
73 typedef long long int64;
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h64 typedef int64_t int64;
73 typedef long long int64; typedef in namespace:snappy
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h24 typedef __int64 int64; typedef
35 typedef long int64; typedef
45 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/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/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_org/gpu/command_buffer/common/
H A Dtypes.h32 typedef long int64; typedef
34 typedef long long int64; typedef
/external/chromium_org/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h23 typedef __int64 int64; typedef
/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/chromium_org/third_party/libjingle/source/talk/base/
H A Dbasictypes.h47 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/
H A Dbasictypes.h27 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/
H A Dtype_traits_unittest.cc44 typedef long int64; typedef
608 EXPECT_FALSE((is_same<int32, int64>::value));
609 EXPECT_FALSE((is_same<int64, int32>::value));
/external/chromium_org/third_party/re2/util/
H A Dutil.h74 typedef int64_t int64; typedef in namespace:re2
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h83 typedef __int64 int64; typedef
86 typedef long long int64; typedef
/external/open-vcdiff/gflags/src/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));
320 extern int64 Int64FromEnv(const char *varname, int64 defval);
498 #define DECLARE_int64(name) DECLARE_VARIABLE(::google::int64, I64, name)
499 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt)
/external/regex-re2/util/
H A Dutil.h73 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/chromium_org/base/
H A Dbasictypes.h30 typedef long int64; typedef
32 typedef long long int64; typedef
78 const int64 kint64min = (( int64) GG_LONGLONG(0x8000000000000000));
79 const int64 kint64max = (( int64) GG_LONGLONG(0x7FFFFFFFFFFFFFFF));
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h32 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/
H A Dbasictypes.h60 typedef int64_t int64; typedef
80 const int64 kint64max = ( ((( int64) kint32max) << 32) | kuint32max );
85 const int64 kint64min = ( ((( int64) kint32min) << 32) | 0 );

Completed in 774 milliseconds

12