Searched defs:uint64 (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/base/third_party/symbolize/
H A Dutilities.h9 typedef uint64_t uint64; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h33 typedef uint64_t uint64; typedef
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h33 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
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; typedef
44 typedef unsigned long long uint64; typedef
/external/chromium_org/third_party/smhasher/src/
H A DCity.h60 typedef uint64_t uint64; typedef
61 typedef std::pair<uint64, uint64> uint128;
63 inline uint64 Uint128Low64(const uint128& x) { return x.first; }
64 inline uint64 Uint128High64(const uint128& x) { return x.second; }
67 uint64 CityHash64(const char *buf, size_t len);
71 uint64 CityHash64WithSeed(const char *buf, size_t len, uint64 seed);
75 uint64 CityHash64WithSeeds(const char *buf, size_t len,
76 uint64 seed
[all...]
/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/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; typedef
44 typedef unsigned long long uint64; typedef
/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/libyuv/files/include/libyuv/
H A Dbasic_types.h23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; // NOLINT typedef
44 typedef unsigned long long uint64; // NOLINT typedef
/external/chromium_org/base/
H A Dbasictypes.h38 typedef unsigned long uint64; typedef
41 typedef unsigned long long uint64; typedef
48 const uint64 kuint64max = ((uint64) 0xFFFFFFFFFFFFFFFFULL);
/external/chromium_org/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h22 typedef unsigned __int64 uint64; 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/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/webrtc/base/
H A Dbasictypes.h29 typedef unsigned __int64 uint64; typedef
39 // On Mac OS X, cssmconfig.h defines uint64 as uint64_t
42 typedef uint64_t uint64; typedef
52 typedef unsigned long uint64; // NOLINT typedef
62 typedef unsigned long long uint64; // NOLINT typedef
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dbasictypes.h28 typedef unsigned __int64 uint64; typedef
/external/mesa3d/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/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
H A Dbasictypes.h31 typedef uint64_t uint64; typedef
36 const uint64 kuint64max = UINT64_MAX;
82 typedef unsigned long uint64; typedef
84 typedef unsigned long long uint64; typedef
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h43 typedef uint64_t uint64; typedef
48 const uint64 kuint64max = UINT64_MAX;
94 typedef unsigned long uint64; typedef
96 typedef unsigned long long uint64; typedef
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbasictypes.h46 typedef unsigned __int64 uint64; typedef
56 // On Mac OS X, cssmconfig.h defines uint64 as uint64_t
59 typedef uint64_t uint64; typedef
69 typedef unsigned long uint64; // NOLINT typedef
79 typedef unsigned long long uint64; // NOLINT 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/libyuv/util/
H A Dpsnr.cc28 typedef unsigned __int64 uint64; typedef
31 typedef unsigned long uint64; // NOLINT typedef
33 typedef unsigned long long uint64; // NOLINT typedef
223 uint64 sse = 0;

Completed in 659 milliseconds

12