Searched defs:uint32 (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/brotli/src/woff2/
H A Dport.h22 typedef unsigned int uint32; typedef in namespace:woff2
24 inline int Log2Floor(uint32 n) {
31 uint32 value = n;
34 uint32 x = value >> shift;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp24 typedef unsigned int uint32; typedef in namespace:mkvmuxer
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h36 typedef uint32_t uint32; typedef
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp24 typedef unsigned int uint32; typedef in namespace:mkvmuxer
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h36 typedef uint32_t uint32; typedef
/external/openfst/src/include/fst/
H A Dtypes.h35 typedef uint32_t uint32; typedef
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h85 typedef UnsignedInteger<32>::type uint32; typedef in namespace:ceres::internal
/external/chromium_org/third_party/smhasher/src/
H A DCity.h59 typedef uint32_t uint32; typedef
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h67 typedef uint32_t uint32; typedef in namespace:snappy
76 typedef unsigned int uint32;
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h67 typedef uint32_t uint32; typedef in namespace:snappy
76 typedef unsigned int uint32;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h55 typedef unsigned int uint32; typedef
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h67 typedef uint32_t uint32;
76 typedef unsigned int uint32; typedef in namespace:snappy
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h55 typedef unsigned int uint32; typedef
/external/chromium_org/base/
H A Dbasictypes.h27 typedef uint32_t uint32; typedef
47 const uint32 kuint32max = 0xFFFFFFFF;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h58 typedef unsigned int uint32; typedef
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dbasic_types.h58 typedef unsigned int uint32; typedef
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes.h73 typedef unsigned int uint32; typedef
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h41 typedef uint32_t uint32; typedef
46 const uint32 kuint32max = UINT32_MAX;
88 typedef unsigned int uint32; typedef
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h30 typedef uint32_t uint32; typedef in namespace:i18n::phonenumbers
35 const uint32 kuint32max = UINT32_MAX;
77 typedef unsigned int uint32;
/external/chromium_org/third_party/libyuv/util/
H A Dpsnr.cc24 typedef unsigned int uint32; // NOLINT typedef
40 static uint32 SumSquareError_NEON(const uint8* src_a,
42 volatile uint32 sse;
78 static uint32 SumSquareError_SSE2(const uint8* /*src_a*/,
116 static uint32 SumSquareError_SSE2(const uint8* src_a,
118 uint32 sse;
193 static uint32 SumSquareError_C(const uint8* src_a,
195 uint32 sse = 0u;
198 sse += static_cast<uint32>(diff * diff);
205 uint32 (*SumSquareErro
[all...]
/external/chromium_org/third_party/re2/util/
H A Dutil.h73 typedef uint32_t uint32; typedef in namespace:re2
121 uint32 hashword(const uint32*, size_t, uint32);
122 void hashword2(const uint32*, size_t, uint32*, uint32*);
124 static inline uint32 Hash32StringWithSeed(const char* s, int len, uint32 seed) {
125 return hashword((uint32*)
[all...]
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.h22 typedef uint32_t uint32; typedef
89 int CalcShiftRight(uint32 mask);
90 int CalcShiftLeft(uint32 mask);
101 uint32 redBits_;
102 uint32 greenBits_;
103 uint32 blueBits_;
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h60 typedef unsigned int uint32; typedef
61 typedef uint32 count_t;
64 typedef unsigned long uint32; typedef
68 typedef unsigned int uint32; typedef
69 typedef uint32 count_t;
73 typedef uint32 flag; /* boolean type */
/external/regex-re2/util/
H A Dutil.h72 typedef uint32_t uint32; typedef in namespace:re2
116 uint32 hashword(const uint32*, size_t, uint32);
117 void hashword2(const uint32*, size_t, uint32*, uint32*);
119 static inline uint32 Hash32StringWithSeed(const char* s, int len, uint32 seed) {
120 return hashword((uint32*)
[all...]
/external/skia/src/images/
H A Dbmpdecoderhelper.h22 typedef uint32_t uint32; typedef
89 int CalcShiftRight(uint32 mask);
90 int CalcShiftLeft(uint32 mask);
101 uint32 redBits_;
102 uint32 greenBits_;
103 uint32 blueBits_;

Completed in 2524 milliseconds

123