Searched defs:uint64 (Results 1 - 25 of 44) 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/openfst/src/include/fst/
H A Dtypes.h36 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/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 = 0xFFFFFFFFFFFFFFFFULL;
/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/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/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/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.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/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/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h84 typedef unsigned __int64 uint64; typedef
87 typedef unsigned long long uint64; typedef

Completed in 1391 milliseconds

12