Searched defs:uint32 (Results 1 - 25 of 51) sorted by last modified time

123

/external/stlport/src/
H A Dnum_get_float.cpp103 typedef unsigned long uint32; typedef
109 typedef uint32_t uint32; typedef
344 uint32 guard; /* First guard bit */
408 guard = (uint32) ((value>> 63) & 1 );
413 guard = (uint32) (((value>> lead0)-1) & 1);
431 guard = (uint32) value & 1;
534 uint32_t guard = (uint32) vv.i64 & 1;
610 guard = (uint32) ((vv.i64 >> 63) & 1 );
614 guard = (uint32) (((vv.i64 >> lead0)-1) & 1);
/external/stressapptest/src/
H A Dsattypes.h43 typedef unsigned int uint32; typedef
69 uint32 l;
70 uint32 h;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h43 typedef unsigned int uint32; typedef
/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/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/qemu/include/fpu/
H A Dsoftfloat.h60 typedef unsigned int uint32; typedef
230 float32 uint32_to_float32( uint32 STATUS_PARAM );
231 float64 uint32_to_float64( uint32 STATUS_PARAM );
272 uint32 float32_to_uint32( float32 STATUS_PARAM );
273 uint32 float32_to_uint32_round_to_zero( float32 STATUS_PARAM );
378 uint32 float64_to_uint32( float64 STATUS_PARAM );
379 uint32 float64_to_uint32_round_to_zero( float64 STATUS_PARAM );
/external/qemu/target-i386/
H A Dhax-interface.h31 uint32 fip;
39 uint32 fdp;
45 uint32 mxcsr;
46 uint32 mxcsr_mask;
72 uint32 raw;
74 uint32 sti_blocking : 1;
75 uint32 movss_blocking : 1;
76 uint32 smi_blocking : 1;
77 uint32 nmi_blocking : 1;
78 uint32 reserve
97 uint32 : 4; member in struct:segment_desc_t::__anon30134::__anon30135
103 uint32 : 15; member in struct:segment_desc_t::__anon30134::__anon30135
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h137 typedef unsigned __int32 uint32; typedef in namespace:google::protobuf
147 typedef uint32_t uint32; typedef in namespace:google::protobuf
171 static const uint32 kuint32max = 0xFFFFFFFFu;
/external/openfst/src/include/fst/
H A Dtypes.h35 typedef uint32_t uint32; typedef
/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/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h36 typedef uint32_t uint32; typedef
/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;
/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/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::__anon25227
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h287 uint32_t uint32; member in union:DNBRegisterValue::__anon25388
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp24 typedef unsigned int uint32; typedef in namespace:mkvmuxer
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h55 typedef unsigned int uint32; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h55 typedef unsigned int uint32; typedef
/external/genext2fs/
H A Dgenext2fs.c280 typedef unsigned int uint32; typedef
431 static inline uint32
432 swab32(uint32 val)
511 #define udecl32(x) uint32 x;
512 #define utdecl32(x,n) uint32 x[n];
517 uint32 s_reserved[235]; // Reserved
523 uint32 bg_reserved[3];
529 uint32 i_reserved2[2];
568 uint32 bnum;
569 uint32 bpdi
[all...]
/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/chromium_org/v8/src/compiler/
H A Dtyper.cc37 Type* uint32 = NATIVE_TYPE(Unsigned32, UntaggedInt32); local
47 Type* uint32_array = Type::Array(uint32, zone);
/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/webrtc/base/
H A Dbasictypes.h73 typedef unsigned int uint32; typedef
/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_;

Completed in 395 milliseconds

123