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

123

/external/clang/test/CodeGen/
H A D2010-01-13-MemBarrier.c4 typedef unsigned __INT32_TYPE__ uint32_t; typedef
6 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 D2007-09-12-PragmaPack.c5 typedef unsigned int uint32_t; typedef
10 uint32_t a;
24 uint32_t guard;
H A Dx86_32-inline-asm.c9 typedef u_int32_t uint32_t; typedef
24 uint32_t msr = 0x8b;
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/libexif/contrib/watcom/
H A D_stdint.h6 typedef unsigned long uint32_t; typedef
/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/lldb/test/lang/cpp/unsigned_types/
H A Dmain.cpp11 typedef unsigned int uint32_t; typedef
17 uint32_t the_uint32 = 'c';
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_stdint.h44 typedef unsigned __int32 uint32_t; typedef
/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/clang/test/Sema/
H A Dinteger-overflow.c3 typedef unsigned long long uint32_t; typedef
6 uint64_t f1(uint64_t, uint32_t);
/external/clang/test/SemaCXX/
H A Dinteger-overflow.cpp3 typedef unsigned long long uint32_t; typedef
6 uint64_t f1(uint64_t, uint32_t);
/external/compiler-rt/lib/profile/
H A DInstrProfilingPort.h58 typedef unsigned int uint32_t; typedef
60 typedef uint32_t uintptr_t;
65 typedef unsigned int uint32_t; typedef
/external/google-breakpad/src/google_breakpad/common/
H A Dbreakpad_types.h66 typedef unsigned __int32 uint32_t; typedef
/external/icu/icu4c/source/common/unicode/
H A Dptypes.h105 typedef unsigned int uint32_t; typedef
/external/skia/third_party/vulkan/
H A Dvk_platform.h87 typedef unsigned __int32 uint32_t; typedef
/external/skia/third_party/yasm/config/win/
H A Dstdint.h21 typedef unsigned int uint32_t; typedef
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_platform.h87 typedef unsigned __int32 uint32_t; typedef
/external/webp/include/webp/
H A Dtypes.h33 typedef unsigned int uint32_t; typedef
/external/webp/src/webp/
H A Dtypes.h33 typedef unsigned int uint32_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h34 typedef unsigned int uint32_t; typedef
/external/mesa3d/src/egl/main/
H A Deglcompiler.h45 typedef unsigned __int32 uint32_t; typedef
/external/lldb/examples/synthetic/bitfield/
H A Dprogram.cpp1 typedef unsigned int uint32_t; typedef
16 uint32_t value;
17 uint32_t mask;
20 MaskedData( uint32_t V = 0,
21 uint32_t M = 0,
29 uint32_t apply()
49 void setValue(uint32_t V)
54 void setMask (uint32_t M)
/external/lldb/test/lang/c/bitfields/
H A Dmain.c15 uint32_t : 1, // Unnamed bitfield member in struct:Bits
51 uint32_t a : 3;

Completed in 6116 milliseconds

123