Searched defs:uint64 (Results 26 - 44 of 44) sorted by last modified time

12

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h26 typedef unsigned __int64 uint64; typedef
37 typedef unsigned long uint64; // NOLINT typedef
47 typedef unsigned long long uint64; // NOLINT typedef
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dbasic_types.h26 typedef unsigned __int64 uint64; typedef
37 typedef unsigned long uint64; // NOLINT typedef
47 typedef unsigned long long uint64; // NOLINT typedef
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr.cc26 typedef unsigned __int64 uint64; typedef
29 typedef unsigned long uint64; // NOLINT typedef
31 typedef unsigned long long uint64; // NOLINT typedef
216 uint64 sse = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c36 uint64_t uint64; member in union:pointer_hack
45 ph.uint64 = 0;
47 ph.uint64 = (ph.uint64 + 15) & ~15;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h33 typedef uint64_t uint64; typedef
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h31 typedef uint64_t uint64; typedef in namespace:i18n::phonenumbers
36 const uint64 kuint64max = UINT64_MAX;
82 typedef unsigned long uint64;
84 typedef unsigned long long uint64;
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h42 typedef uint64_t uint64; typedef
47 const uint64 kuint64max = UINT64_MAX;
93 typedef unsigned long uint64; typedef
95 typedef unsigned long long uint64; 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
101 * uint64
105 typedef PRUint64 uint64; typedef
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h183 typedef unsigned __int64 uint64; typedef in namespace:google::protobuf
193 typedef uint64_t uint64; typedef in namespace:google::protobuf
217 static const uint64 kuint64max = GOOGLE_ULONGLONG(0xFFFFFFFFFFFFFFFF);
/external/chromium_org/third_party/re2/util/
H A Dutil.h75 typedef uint64_t uint64; typedef in namespace:re2
128 static inline uint64 Hash64StringWithSeed(const char* s, int len, uint32 seed) {
133 return ((uint64)x << 32) | y;
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h69 typedef uint64_t uint64; typedef in namespace:snappy
78 typedef unsigned long long uint64;
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h69 typedef uint64_t uint64; typedef in namespace:snappy
78 typedef unsigned long long uint64;
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h69 typedef uint64_t uint64;
78 typedef unsigned long long uint64; typedef in namespace:snappy
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h71 typedef uint64_t uint64; typedef
75 const uint64 kuint64max = ( (((uint64) kuint32max) << 32) | kuint32max );
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h71 typedef uint64_t uint64; typedef
75 const uint64 kuint64max = ( (((uint64) kuint32max) << 32) | kuint32max );
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h54 typedef unsigned long uint64; typedef
56 typedef unsigned long long uint64; typedef
68 const uint64 kuint64max = ((uint64) GG_LONGLONG(0xFFFFFFFFFFFFFFFF));
/external/chromium_org/base/
H A Dbasictypes.h38 typedef unsigned long uint64; typedef
41 typedef unsigned long long uint64; typedef
48 const uint64 kuint64max = 0xFFFFFFFFFFFFFFFFULL;
/external/chromium_org/base/third_party/symbolize/
H A Dutilities.h9 typedef uint64_t uint64; typedef
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h86 typedef UnsignedInteger<64>::type uint64; typedef in namespace:ceres::internal

Completed in 516 milliseconds

12