Searched defs:uint32_t (Results 1 - 25 of 62) sorted by relevance

123

/external/clang/test/CodeGen/
H A D2010-01-13-MemBarrier.c5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
7 unsigned t(uint32_t *ptr, uint32_t val) {
H A Darm-asm-variable.c5 typedef unsigned int uint32_t; typedef
9 register uint32_t rl asm("r1");
10 register uint32_t rh asm("r2");
13 uint32_t t;
H A Dx86_32-inline-asm.c5 typedef u_int32_t uint32_t; typedef
12 uint32_t msr = 0x8b;
H A D2007-09-12-PragmaPack.c5 typedef unsigned int uint32_t; typedef
10 uint32_t a;
24 uint32_t guard;
H A Dstruct-init.c27 typedef unsigned int uint32_t; typedef
28 typedef __attribute__((neon_vector_type(2))) uint32_t uint32x2_t;
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dstdint.h27 typedef unsigned __int32 uint32_t; typedef
/external/open-vcdiff/vsprojects/
H A Dstdint.h27 typedef unsigned __int32 uint32_t; typedef
/external/chromium/net/disk_cache/
H A Dhash.cc5 typedef uint32 uint32_t; typedef
17 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\
18 +(uint32_t)(((const uint8_t *)(d))[0]) )
22 uint32_t hash = len, tmp;
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h39 typedef unsigned int uint32_t; typedef
42 typedef unsigned long uint32_t;
45 typedef unsigned short uint32_t;
/external/srtp/crypto/include/
H A Dintegers.h98 typedef unsigned int uint32_t; typedef
104 extern uint64_t make64(uint32_t high, uint32_t low);
105 extern uint32_t high32(uint64_t value);
106 extern uint32_t low32(uint64_t value);
142 #define PUT_32(addr,value) *(((uint32_t *) (addr)) = (value)
143 #define GET_32(addr) (*(((uint32_t *) (addr)))
/external/v8/include/
H A Dv8stdint.h43 typedef unsigned int uint32_t; typedef
H A Dv8-debug.h35 typedef unsigned int uint32_t; typedef
/external/webkit/Source/WebCore/bridge/
H A Dnptypes.h55 typedef unsigned int uint32_t; typedef
78 * BSD/OS ships no header that defines uint32_t, nor bool (for C)
81 typedef u_int32_t uint32_t; typedef
91 * FreeBSD and OpenBSD define uint32_t and bool.
/external/chromium/third_party/modp_b64/
H A Dmodp_b64_data.h10 typedef uint32 uint32_t; typedef
110 static const uint32_t d0[256] = {
157 static const uint32_t d1[256] = {
204 static const uint32_t d2[256] = {
251 static const uint32_t d3[256] = {
303 static const uint32_t d0[256] = {
350 static const uint32_t d1[256] = {
397 static const uint32_t d2[256] = {
444 static const uint32_t d3[256] = {
/external/icu4c/common/unicode/
H A Dptypes.h105 typedef unsigned int uint32_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h25 typedef unsigned int uint32_t; typedef
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_minimal.h37 typedef unsigned int uint32_t; typedef
/external/skia/include/config/
H A Dsk_stdint.h16 typedef unsigned uint32_t; typedef
/external/skia/legacy/include/config/
H A Dsk_stdint.h16 typedef unsigned uint32_t; typedef
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dstdint.h39 typedef unsigned int uint32_t; typedef
63 CASSERT(sizeof(uint32_t) == 4, uint32_t_is_four_bytes)
/external/webkit/Source/WebKit/chromium/public/
H A DWebCommon.h88 typedef unsigned int uint32_t; typedef
/external/webp/include/webp/
H A Dtypes.h30 typedef unsigned int uint32_t; typedef
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h21 typedef unsigned __int32 uint32_t; typedef
71 static inline uint32_t my_rand_r(uint32_t* state) {
75 static uint32_t global_seed = 0;
77 static inline uint32_t my_rand() {
/external/webrtc/src/
H A Dtypedefs.h105 typedef unsigned int uint32_t; typedef
117 typedef uint32_t WebRtc_UWord32;
132 typedef uint32_t WebRtc_UWord32;

Completed in 7372 milliseconds

123