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

/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/google-breakpad/src/common/dwarf/
H A Dtypes.h45 typedef unsigned int uint32; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h55 typedef unsigned int uint32; typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h58 typedef unsigned int uint32; typedef
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h98 typedef uint32_t uint32; typedef in namespace:google
103 typedef u_int32_t uint32;
108 typedef unsigned __int32 uint32;
195 extern uint32 GetArgvSum(); // simple checksum of argv
338 extern uint32 ParseCommandLineFlags(int *argc, char*** argv,
352 extern uint32 ParseCommandLineNonHelpFlags(int *argc, char*** argv,
371 extern uint32 ReparseCommandLineNonHelpFlags();
/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_;
/external/lldb/include/lldb/Core/
H A DRegisterValue.h72 m_data.uint32 = inst;
236 m_data.uint32 = uint;
293 m_data.uint32 = uint;
387 uint32_t uint32; member in union:lldb_private::RegisterValue::__anon9876
/external/dnsmasq/src/
H A Dutil.c46 typedef unsigned int uint32; typedef
48 static uint32 seed[32];
49 static uint32 in[12];
50 static uint32 out[8];
69 uint32 t[12]; uint32 x; uint32 sum = 0;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h167 typedef unsigned __int32 uint32; typedef in namespace:google::protobuf
177 typedef uint32_t uint32; typedef in namespace:google::protobuf
201 static const uint32 kuint32max = 0xFFFFFFFFu;
1172 LIBPROTOBUF_EXPORT uint32 ghtonl(uint32 x);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h287 uint32_t uint32; member in union:DNBRegisterValue::__anon10037
/external/v8/src/compiler/
H A Dtyper.cc37 Type* uint32 = NATIVE_TYPE(Unsigned32, UntaggedInt32); local
47 Type* uint32_array = Type::Array(uint32, zone);
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py121 def uint32(self): member in class:BinaryReader
146 return self.uint32()
164 self.sh_name = f.uint32()
165 self.sh_type = f.uint32()
170 self.sh_link = f.uint32()
171 self.sh_info = f.uint32()
192 r_sym = f.uint32()
216 self.virtual_size = f.uint32()
217 self.virtual_address = f.uint32()
218 self.raw_data_size = f.uint32()
[all...]
/external/mesa3d/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;

Completed in 1326 milliseconds