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

/external/chromium/googleurl/base/
H A Dbasictypes.h8 typedef unsigned int uint32; typedef
11 const uint32 kuint32max = ((uint32) 0xFFFFFFFF);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5.h25 typedef long unsigned int uint32; typedef
31 uint32 buf[4];
32 uint32 bits[2];
33 uint32 in[16];
39 void MD5Transform(uint32 buf[4], uint32 const in[16]);
H A Dbasictypes.h73 typedef unsigned int uint32; typedef
/external/openfst/src/include/fst/
H A Dtypes.h35 typedef uint32_t uint32; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h52 typedef unsigned int uint32; typedef
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h94 typedef uint32_t uint32; typedef in namespace:google
99 typedef u_int32_t uint32;
104 typedef unsigned __int32 uint32;
191 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.h67 typedef uint32_t uint32; typedef in namespace:re2
108 uint32 hashword(const uint32*, size_t, uint32);
109 void hashword2(const uint32*, size_t, uint32*, uint32*);
111 static inline uint32 Hash32StringWithSeed(const char* s, int len, uint32 seed) {
112 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/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h40 typedef unsigned long int uint32; typedef
74 PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
H A DPlatformMouseEvent.h66 typedef unsigned long int uint32; typedef
177 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);
H A DPlatformKeyboardEvent.h72 typedef unsigned long int uint32; typedef
208 PlatformKeyboardEvent(AEEEvent, uint16, uint32, Type);
/external/chromium/base/
H A Dbasictypes.h53 typedef unsigned int uint32; typedef
71 const uint32 kuint32max = ((uint32) 0xFFFFFFFF);
263 typedef uint32 MetatagId;
/external/dbus/tools/
H A Ddbus-send.c63 dbus_uint32_t uint32; local
100 uint32 = strtoul (value, NULL, 0);
101 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT32, &uint32);
204 else if (!strcmp (arg, "uint32"))
/external/stressapptest/src/
H A Dsattypes.h43 typedef unsigned int uint32; typedef
69 uint32 l;
70 uint32 h;
/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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h43 typedef unsigned int uint32; typedef
/external/libvpx/vp8/encoder/
H A Dssim.c27 typedef unsigned int uint32; typedef
49 uint32 w = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0;
108 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0;
/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/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/qemu/fpu/
H A Dsoftfloat.h63 typedef unsigned int uint32; typedef
301 uint32 float32_to_uint32( float32 STATUS_PARAM );
302 uint32 float32_to_uint32_round_to_zero( float32 STATUS_PARAM );
416 uint32 float64_to_uint32( float64 STATUS_PARAM );
417 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::__anon11109::__anon11110
103 uint32 : 15; member in struct:segment_desc_t::__anon11109::__anon11110
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ralink.h86 #define uint32 u32 macro
/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...]

Completed in 607 milliseconds