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

123

/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h167 OI_UINT32 uint32[SBC_MAX_CHANNELS*SBC_MAX_BANDS/4]; member in union:__anon1108::__anon1109
H A Doi_codec_sbc_private.h78 OI_UINT32 uint32[SBC_MAX_BANDS / 4]; member in union:__anon1113
83 OI_UINT32 uint32[2 * SBC_MAX_BANDS / 4]; member in union:__anon1114
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h85 typedef UnsignedInteger<32>::type uint32; typedef in namespace:ceres::internal
/external/chromium_org/base/
H A Dbasictypes.h27 typedef uint32_t uint32; typedef
47 const uint32 kuint32max = 0xFFFFFFFF;
/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/cld/base/
H A Dbasictypes.h49 typedef unsigned int uint32; typedef
67 const uint32 kuint32max = ((uint32) 0xFFFFFFFF);
255 typedef uint32 MetatagId;
352 inline uint32 UnalignedLoad32(const void* p) {
353 return *reinterpret_cast<const uint32*>(p);
359 inline uint32 UnalignedLoad32(const void* p) {
360 uint32 t;
/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/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp24 typedef unsigned int uint32; typedef in namespace:mkvmuxer
/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/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...]
H A Dssim.cc19 typedef unsigned int uint32; // NOLINT typedef
103 uint32 ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0;
131 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0;
243 uint32 tmp[4]; \
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h36 typedef uint32_t uint32; typedef
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c536 GLuint uint32[2]; member in union:uint64_pair
7551 n[3].ui = p.uint32[0];
7552 n[4].ui = p.uint32[1];
8886 p.uint32[0] = n[3].ui;
8887 p.uint32[1] = n[4].ui;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h52 * int32, uint32, int64, and uint64 because some of these int
109 * uint32
114 typedef PRUint32 uint32; typedef
116 typedef unsigned long uint32; typedef
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h70 * int32, and uint32 typedefs conflict with those
185 typedef unsigned int uint32; typedef
187 typedef unsigned long uint32; typedef
255 uint32 end;
256 uint32 lastmodified;
274 uint32 length;
475 uint32 width; /* Maximum window size */
476 uint32 height;
515 uint32 wParam;
516 uint32 lPara
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h182 typedef unsigned __int32 uint32; typedef in namespace:google::protobuf
192 typedef uint32_t uint32; typedef in namespace:google::protobuf
216 static const uint32 kuint32max = 0xFFFFFFFFu;
1184 LIBPROTOBUF_EXPORT uint32 ghtonl(uint32 x);
/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/chromium_org/third_party/smhasher/src/
H A DCity.h59 typedef uint32_t uint32; typedef
H A DSpooky.h33 typedef unsigned __int32 uint32; typedef
40 typedef uint32_t uint32; typedef
74 static uint32 Hash32(
77 uint32 seed) // seed
81 return (uint32)hash1;
/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/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

Completed in 1676 milliseconds

123