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

1234

/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/syslinux/com32/include/bitsize/
H A Dstdint.h14 typedef unsigned int uint32_t; typedef
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_stdint.h44 typedef unsigned __int32 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.h107 typedef unsigned int uint32_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h33 typedef unsigned int uint32_t; typedef
/external/syslinux/gpxe/src/arch/i386/include/bits/
H A Dstdint.h12 typedef unsigned int uint32_t; typedef
/external/syslinux/gpxe/src/arch/x86_64/include/bits/
H A Dstdint.h10 typedef unsigned int uint32_t; typedef
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_platform.h80 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/clang/test/SemaCXX/
H A Dinteger-overflow.cpp3 typedef unsigned int uint32_t; typedef
7 int array32[sizeof(uint32_t) == 4 ? 1 : -1];
11 uint64_t f1(uint64_t, uint32_t);
/external/mesa3d/src/egl/main/
H A Deglcompiler.h45 typedef unsigned __int32 uint32_t; typedef
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
H A Di32operations.c3 typedef unsigned int uint32_t; typedef
/external/syslinux/diag/geodsp/
H A Dmk-lba-img.c30 typedef unsigned int uint32_t; typedef
/external/clang/test/Analysis/
H A Datomics.c7 typedef unsigned int uint32_t; typedef
20 uint32_t refCount;
27 uint32_t result = __c11_atomic_fetch_add((volatile _Atomic(uint32_t) *)&s->refCount,- 1, memory_order_relaxed);
40 uint32_t result = __c11_atomic_load((volatile _Atomic(uint32_t) *)&s->refCount, memory_order_relaxed);
52 __c11_atomic_store((volatile _Atomic(uint32_t) *)&s->refCount, 2, memory_order_relaxed);
62 uint32_t result = __c11_atomic_exchange((volatile _Atomic(uint32_t) *)&s->refCount, 2, memory_order_relaxed);
75 uint32_t expecte
[all...]
/external/clang/test/Sema/
H A Dinteger-overflow.c3 typedef unsigned int uint32_t; typedef
7 int array32[sizeof(uint32_t) == 4 ? 1 : -1];
11 uint64_t f1(uint64_t, uint32_t);
/external/nanopb-c/extra/
H A Dpb_syshdr.h24 typedef unsigned int uint32_t; typedef
34 typedef uint32_t size_t;
/external/skia/include/gpu/
H A DGrConfig.h61 typedef unsigned uint32_t; typedef

Completed in 4337 milliseconds

1234