Searched defs:int32_t (Results 1 - 25 of 76) sorted by path

1234

/external/bison/darwin-lib/
H A Dstdint.h154 #undef int32_t macro
158 #define int32_t gl_int32_t macro
235 #define int_least32_t int32_t
/external/chromium_org/mojo/public/python/mojo/
H A Dc_core.pxd14 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
32 ctypedef int32_t MojoResult
H A Dsystem.pyx18 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h45 typedef int int32_t; typedef
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h23 typedef __int32 int32_t; typedef
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeTypes.h47 Int32(int32_t u) : v(htonl(static_cast<uint32_t>(u))) { }
48 operator int32_t() const { return static_cast<int32_t>(ntohl(v)); }
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h69 typedef 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/brotli/src/brotli/dec/
H A Dtypes.h35 typedef signed int int32_t; typedef
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h27 typedef int int32_t; typedef
135 bool ReadS32(int32_t *value) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h60 typedef __int32 int32_t; typedef
76 typedef int32_t hb_position_t;
81 int32_t i32;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h101 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/libusb/src/msvc/
H A Dstdint.h92 typedef __int32 int32_t; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h30 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/mesa/src/include/GL/
H A Dglext.h6190 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
6210 typedef long int int32_t; typedef
6216 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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h44 typedef __int32 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/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/third_party/ots/include/
H A Dopentype-sanitiser.h14 typedef int int32_t; typedef
129 bool WriteS32(int32_t v) {
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h52 typedef __int32 int32_t; typedef

Completed in 1069 milliseconds

1234