Searched defs:int32_t (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dstdint.h23 typedef __int32 int32_t; typedef
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h38 typedef int int32_t; typedef
41 typedef long int32_t;
44 typedef short int32_t;
/external/icu4c/common/unicode/
H A Dptypes.h72 typedef signed int int32_t; typedef
H A Dppalmos.h120 typedef signed int int32_t; typedef
H A Dpwin32.h143 typedef signed int int32_t; typedef
/external/v8/include/
H A Dv8stdint.h42 typedef int int32_t; typedef
H A Dv8-debug.h34 typedef int int32_t; typedef
/external/webkit/Source/WebCore/bridge/
H A Dnptypes.h43 * Header file for ensuring that C99 types ([u]int32_t, [u]int64_t and bool) and
54 typedef int int32_t; typedef
60 * AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
72 * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and
/external/clang/test/Sema/
H A Dimplicit-decl.c3 typedef int int32_t; typedef
9 int32_t *vector[16];
11 int32_t compCount = 0;
21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t count) { // expected-error{{conflicting types for '_CFCalendarDecomposeAbsoluteTimeV'}}
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h24 typedef __int32 int32_t; typedef
/external/libvpx/vpx/
H A Dvpx_integer.h21 typedef signed int int32_t; typedef
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_minimal.h36 typedef signed int int32_t; typedef
/external/skia/include/config/
H A Dsk_stdint.h15 typedef int int32_t; typedef
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dstdint.h40 typedef int int32_t; typedef
62 CASSERT(sizeof(int32_t) == 4, int32_t_is_four_bytes)
/external/webkit/Source/WebKit/chromium/public/
H A DWebCommon.h87 typedef int int32_t; typedef
/external/webp/include/webp/
H A Dtypes.h29 typedef signed int int32_t; typedef
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
H A Di32operations.c4 typedef int int32_t; typedef
10 int i32_eq(int32_t a, int32_t b) {
14 int i32_neq(int32_t a, int32_t b) {
18 int32_t i32_eq_select(int32_t a, int32_t b, int32_t c, int32_t
[all...]
/external/qemu/slirp-android/
H A Dslirp.h66 typedef short int32_t; typedef
70 typedef int int32_t; typedef
/external/clang/test/ARCMT/
H A DCommon.h16 typedef int int32_t; typedef
18 typedef int32_t UChar32;
/external/qemu/slirp/
H A Dslirp.h74 typedef short int32_t; typedef
78 typedef int int32_t; typedef
/external/webrtc/src/
H A Dtypedefs.h101 typedef signed int int32_t; typedef
116 typedef int32_t WebRtc_Word32;
131 typedef int32_t WebRtc_Word32;
/external/clang/test/SemaCXX/
H A Dconversion.cpp8 typedef signed int int32_t; typedef
18 int32_t test1_positive(char *I, char *E) {
22 int32_t test1_negative(char *I, char *E) {
23 return static_cast<int32_t>(E - I);
/external/libvpx/vpx_ports/
H A Dvpxtypes.h34 typedef signed int int32_t; typedef
38 typedef int int32_t; typedef
49 typedef int32_t vpxs32;
51 typedef int32_t vpxbool;
/external/llvm/include/llvm/Support/
H A DDataTypes.h108 typedef signed int int32_t; typedef
/external/mesa3d/src/mesa/main/
H A Dcompiler.h68 typedef __int32 int32_t; typedef

Completed in 2913 milliseconds

123