Searched defs:int32_t (Results 1 - 25 of 76) sorted by last modified time

1234

/external/webrtc/src/
H A Dtypedefs.h104 typedef signed int int32_t; typedef
119 typedef int32_t WebRtc_Word32;
134 typedef int32_t WebRtc_Word32;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c327 typedef int int32_t __attribute__ ((__mode__ (__SI__))); typedef
567 int32_t *fptr;
568 int32_t *rptr;
569 int32_t *state;
573 int32_t *end_ptr;
577 int32_t *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
H A Dtinycc.c101 typedef int int32_t; typedef
119 typedef int32_t Elf32_Sword;
121 typedef int32_t Elf64_Sword;
/external/webp/include/webp/
H A Dtypes.h31 typedef signed int int32_t; typedef
/external/tcpdump/win32/Include/
H A Dbittypes.h44 typedef signed int int32_t; typedef
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h28 typedef signed __int32 int32_t; typedef
56 typedef std::vector<int32_t> IntegerList;
57 typedef std::set<int32_t> IntegerSet;
/external/skia/include/gpu/
H A DGrConfig.h48 typedef int int32_t; typedef
136 #define GR_ALWAYSBREAK SkNO_RETURN_HINT(); *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_dreamcast.h34 typedef signed int int32_t; typedef
H A DSDL_config_macos.h36 typedef SInt32 int32_t; typedef
H A DSDL_config_minimal.h36 typedef signed int int32_t; typedef
H A DSDL_config_os2.h34 typedef signed int int32_t; typedef
H A DSDL_config_symbian.h71 typedef signed int int32_t; typedef
H A DSDL_config_win32.h37 typedef signed __int32 int32_t; typedef
61 typedef signed int int32_t; typedef
/external/qemu/slirp/
H A Dslirp.h74 typedef short int32_t; typedef
78 typedef int int32_t; typedef
/external/qemu/slirp-android/
H A Dslirp.h67 typedef short int32_t; typedef
71 typedef int int32_t; typedef
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c28 typedef int int32_t; typedef
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h43 typedef signed __int32 int32_t; typedef
/external/nanopb-c/extra/
H A Dpb_syshdr.h23 typedef signed int int32_t; typedef
/external/mksh/src/
H A Dsh.h179 typedef signed int int32_t; typedef
199 typedef int32_t mksh_ari_t;
976 typedef int32_t Coproc_id;
/external/mesa3d/include/GL/
H A Dglext.h6180 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
6200 typedef long int int32_t; typedef
6206 typedef __int32 int32_t; typedef
H A Dglxext.h491 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
511 typedef long int int32_t; typedef
517 typedef __int32 int32_t; typedef
817 extern Bool glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
823 typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
/external/mesa3d/include/c99/
H A Dstdint.h77 typedef signed int int32_t; typedef
84 typedef signed __int32 int32_t; typedef
96 typedef int32_t int_least32_t;
106 typedef int32_t int_fast32_t;
136 #define INT32_MIN ((int32_t)_I32_MIN)
/external/mesa3d/src/egl/main/
H A Deglcompiler.h44 typedef __int32 int32_t; typedef
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h758 typedef INT32 int32_t; typedef
770 typedef int32_t int_least32_t;
780 typedef int32_t int_fast32_t;
1025 typedef int32_t OSStatus;
1133 typedef int32_t Duration;
H A Ddns_sd.h119 typedef INT32 int32_t; typedef
131 typedef INT32 int32_t; typedef
636 typedef int32_t DNSServiceErrorType;

Completed in 1361 milliseconds

1234