Searched defs:uint32_t (Results 1 - 25 of 85) sorted by path

1234

/external/bison/darwin-lib/
H A Dstdint.h155 #undef uint32_t macro
159 #define uint32_t gl_uint32_t macro
236 #define uint_least32_t uint32_t
/external/brotli/include/brotli/
H A Dtypes.h23 typedef unsigned __int32 uint32_t; typedef
59 #define BROTLI_UINT32_MAX (~((uint32_t)0))
/external/clang/lib/Headers/
H A Dstdint.h183 typedef __UINT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
/external/clang/test/Analysis/
H A DPR24184.cpp52 typedef unsigned uint32_t; typedef
55 void fn2_1(uint32_t *p1, unsigned char *p2, uint32_t p3) {
63 uint32_t m_fn1() {
64 uint32_t a;
74 uint32_t c, d;
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/CodeGen/
H A D2007-09-12-PragmaPack.c5 typedef unsigned int uint32_t; typedef
10 uint32_t a;
24 uint32_t guard;
H A D2009-01-21-InvalidIterator.c5 typedef unsigned int uint32_t; typedef
8 typedef uint32_t Elf64_Word;
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 Darm-homogenous.c10 typedef unsigned int uint32_t; typedef
15 uint32_t i[4];
34 uint32_t i[4];
H A Dstruct-init.c27 typedef unsigned int uint32_t; typedef
28 typedef __attribute__((neon_vector_type(2))) uint32_t uint32x2_t;
H A Dtbaa-class.cpp7 typedef unsigned int uint32_t; typedef
13 uint32_t f32;
15 uint32_t f32_2;
22 uint32_t f32;
29 uint32_t f32;
36 uint32_t f32;
44 uint32_t f32;
50 uint32_t f32_2;
53 uint32_t g(uint32_t *
[all...]
H A Dtbaa.cpp11 typedef unsigned int uint32_t; typedef
16 uint32_t f32;
18 uint32_t f32_2;
24 uint32_t f32;
30 uint32_t f32;
36 uint32_t f32;
43 uint32_t f32;
48 uint32_t f32;
51 uint32_t g(uint32_t *
[all...]
H A Dx86_32-inline-asm.c9 typedef u_int32_t uint32_t; typedef
24 uint32_t msr = 0x8b;
/external/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp11 typedef unsigned int uint32_t; typedef
24 typedef uint32_t ptr_t;
25 typedef uint32_t size_t;
60 uint32_t _dylib_current_version;
61 uint32_t _dylib_compatibility_version;
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
/external/clang/test/Sema/
H A Dconversion.c423 typedef unsigned int uint32_t; typedef
425 typedef __attribute__ ((ext_vector_type( 8),__aligned__( 32))) uint32_t uint8;
429 ushort16 crCbScale = pairedConstants.s4; // expected-warning {{implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'ushort16'}}
430 ushort16 brBias = pairedConstants.s6; // expected-warning {{implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'ushort16'}}
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/clang/test/SemaCXX/
H A Dconversion.cpp13 typedef unsigned int uint32_t; typedef
26 uint32_t test2_positive(uint64_t x) {
30 uint32_t test2_negative(uint64_t x) {
31 return (uint32_t) x;
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/compiler-rt/lib/profile/
H A DGCDAProfiling.c50 typedef unsigned int uint32_t; typedef
57 typedef unsigned int uint32_t; typedef
130 static void write_32bit_value(uint32_t i) {
138 static uint32_t length_of_string(const char *s) {
143 uint32_t len = length_of_string(s);
149 static uint32_t read_32bit_value() {
150 uint32_t val;
153 return (uint32_t)-1;
155 val = *(uint32_t*)&write_buffer[cur_pos];
259 uint32_t checksu
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.cc24 typedef u32 uint32_t; typedef
/external/flac/include/share/
H A Dcompat.h132 typedef unsigned __int32 uint32_t; typedef
/external/fmtlib/fmt/
H A Dformat.h63 typedef unsigned __int32 uint32_t; typedef
298 inline uint32_t clz(uint32_t x) {
315 inline uint32_t clzll(uint64_t x) {
321 if (_BitScanReverse(&r, static_cast<uint32_t>(x >> 32)))
325 _BitScanReverse(&r, static_cast<uint32_t>(x));
890 // Selects uint32_t if FitsIn32Bits is true, uint64_t otherwise.
892 struct TypeSelector { typedef uint32_t Type; };
899 // Smallest of uint32_t and uint64_t that is large enough to represent
911 static const uint32_t POWERS_OF_10_3
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dbreakpad_types.h66 typedef unsigned __int32 uint32_t; typedef

Completed in 8647 milliseconds

1234