Searched defs:uint32_t (Results 26 - 50 of 85) sorted by relevance

1234

/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
/external/clang/test/CodeGen/
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 D2009-01-21-InvalidIterator.c5 typedef unsigned int uint32_t; typedef
8 typedef uint32_t Elf64_Word;
H A Darm-homogenous.c10 typedef unsigned int uint32_t; typedef
15 uint32_t i[4];
34 uint32_t i[4];
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...]
/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/sfntly/cpp/src/sfntly/port/
H A Dtype.h27 typedef unsigned __int32 uint32_t; typedef
52 typedef uint32_t dword_t;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h109 typedef unsigned int uint32_t; typedef
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h108 typedef unsigned int uint32_t; typedef
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h108 typedef unsigned int uint32_t; typedef
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h108 typedef unsigned int uint32_t; typedef
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h109 typedef unsigned int uint32_t; typedef
/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;
/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/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
H A Dtypes.h46 typedef __u32 uint32_t; typedef
/external/llvm/include/llvm/Support/
H A DDataTypes.h109 typedef unsigned int uint32_t; typedef
/external/python/cpython2/Modules/
H A Dlinuxaudiodev.c32 typedef unsigned long uint32_t; typedef
50 uint32_t x_afmts; /* Audio formats supported by hardware*/
59 uint32_t a_fmt;
/external/swiftshader/src/Common/
H A DTypes.hpp37 typedef unsigned __int32 uint32_t; typedef
49 typedef ALIGN(4, uint32_t) dword;
56 typedef ALIGN(8, uint32_t) dword2[2];
57 typedef ALIGN(16, uint32_t) dword4[4];
/external/syslinux/dosutil/
H A Dmdiskchk.c30 typedef unsigned long uint32_t; typedef
49 uint32_t _eax, _ebx, _ecx, _edx;
210 uint32_t i;
/external/syslinux/efi32/include/efi/ia32/
H A Defibind.h38 typedef unsigned __int32 uint32_t; typedef
47 typedef unsigned int uint32_t; typedef
59 typedef unsigned int uint32_t; typedef
71 typedef unsigned int uint32_t; typedef
94 typedef uint32_t UINT32;
109 typedef uint32_t UINTN;
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
H A Defibind.h38 typedef unsigned __int32 uint32_t; typedef
47 typedef unsigned int uint32_t; typedef
59 typedef unsigned int uint32_t; typedef
71 typedef unsigned int uint32_t; typedef
94 typedef uint32_t UINT32;
109 typedef uint32_t UINTN;
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
H A Defibind.h36 typedef unsigned __int32 uint32_t; typedef
47 typedef unsigned int uint32_t; typedef
58 typedef unsigned int uint32_t; typedef
79 typedef uint32_t UINT32;
/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;

Completed in 6182 milliseconds

1234