/external/libvpx/libvpx/third_party/libwebm/ |
H A D | mkvmuxertypes.hpp | 24 typedef unsigned int uint32; typedef in namespace:mkvmuxer
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_types.h | 36 typedef uint32_t uint32; typedef
|
/external/openfst/src/include/fst/ |
H A D | types.h | 35 typedef uint32_t uint32; typedef
|
/external/ceres-solver/internal/ceres/ |
H A D | integral_types.h | 85 typedef UnsignedInteger<32>::type uint32; typedef in namespace:ceres::internal
|
/external/google-breakpad/src/common/dwarf/ |
H A D | types.h | 45 typedef unsigned int uint32; typedef
|
/external/libyuv/files/include/libyuv/ |
H A D | basic_types.h | 55 typedef unsigned int uint32; typedef
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
H A D | basic_types.h | 58 typedef unsigned int uint32; typedef
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
H A D | gflags.h | 98 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 D | Basic.h | 60 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 D | util.h | 72 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 D | bmpdecoderhelper.h | 22 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 D | RegisterValue.h | 72 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 D | util.c | 46 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 D | common.h | 167 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 D | DNBDefs.h | 287 uint32_t uint32; member in union:DNBRegisterValue::__anon10037
|
/external/v8/src/compiler/ |
H A D | typer.cc | 37 Type* uint32 = NATIVE_TYPE(Unsigned32, UntaggedInt32); local 47 Type* uint32_array = Type::Array(uint32, zone);
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
H A D | relocs.py | 121 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 D | dlist.c | 536 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;
|