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

1234

/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnptypes.h40 * Header file for ensuring that C99 types ([u]int32_t and bool) are
49 typedef int int32_t; typedef
53 * AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
63 * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h23 typedef __int32 int32_t; typedef
/external/libexif/contrib/watcom/
H A D_stdint.h10 typedef signed long int32_t; typedef
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h45 typedef int int32_t; typedef
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtypes.h35 typedef signed int int32_t; typedef
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h88 typedef signed int int32_t; typedef
/external/chromium_org/third_party/leveldatabase/src/port/win/
H A Dstdint.h17 typedef signed int int32_t; typedef
/external/chromium_org/third_party/npapi/bindings/
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/chromium_org/third_party/npapi/npspy/extern/java/
H A Dtypedefs_md.h43 /* Some platforms need this to define int32_t */
55 typedef int32 int32_t; typedef
98 typedef long int32_t; typedef
/external/chromium_org/v8/include/
H A Dv8stdint.h21 typedef int 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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h43 typedef signed __int32 int32_t; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h21 typedef signed int int32_t; typedef
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h31 typedef signed int int32_t; typedef
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h52 typedef __int32 int32_t; typedef
/external/chromium_org/third_party/yasm/source/config/win/
H A Dstdint.h17 typedef signed int int32_t; typedef
/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/icu/icu4c/source/common/unicode/
H A Dptypes.h101 typedef signed int int32_t; typedef
/external/libpcap/Win32/Include/
H A Dbittypes.h44 typedef signed int int32_t; typedef
/external/libvpx/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/tcpdump/win32/Include/
H A Dbittypes.h44 typedef signed int int32_t; typedef
/external/webp/include/webp/
H A Dtypes.h31 typedef signed int int32_t; typedef
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCommon.h84 typedef int int32_t; typedef
88 #include <stdint.h> // For int32_t
94 typedef int32_t WebUChar32;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h44 typedef __int32 int32_t; typedef

Completed in 803 milliseconds

1234