Searched defs:int64_t (Results 1 - 25 of 68) sorted by path

123

/external/bison/darwin-lib/
H A Dstdint.h161 /* If the system defines INT64_MAX, assume int64_t works. That way,
162 if the underlying platform defines int64_t to be a 64-bit long long
170 /* Do not undefine int64_t if gnulib is not being used with 64-bit
173 # undef int64_t macro
175 # define int64_t gl_int64_t macro
178 # undef int64_t macro
180 # define int64_t gl_int64_t macro
183 # undef int64_t macro
185 # define int64_t gl_int64_t macro
238 # define int_least64_t int64_t
[all...]
/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
27 ctypedef int64_t MojoTimeTicks
H A Dc_environment.pxd7 from libc.stdint cimport int64_t, intptr_t, uint32_t, uint64_t namespace
43 void PostDelayedTask(CClosure&, int64_t)
H A Dsystem.pyx18 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dimplement.h107 # define int64_t ULONGLONG macro
109 # define int64_t _int64 macro
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h48 typedef __int64 int64_t; typedef
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h24 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h71 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtypes.h38 typedef long long int int64_t; typedef
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h29 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h62 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h69 /* The features header is needed to get (u)int64_t sometimes. */
110 typedef signed __int64 int64_t; typedef
112 typedef signed long long int64_t; typedef
/external/chromium_org/third_party/leveldatabase/src/port/win/
H A Dstdint.h18 typedef signed long long int64_t; typedef
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h94 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h37 typedef signed __int64 int64_t; typedef
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h34 typedef long long int int64_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 */
6198 typedef long int int64_t; typedef
6201 typedef long long int int64_t; typedef
6211 typedef long long int int64_t; typedef
6217 typedef __int64 int64_t; typedef
6226 typedef int64_t GLint64EXT;
6231 typedef int64_t GLint64;
H A Dglxext.h491 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
499 typedef long int int64_t; typedef
502 typedef long long int int64_t; typedef
512 typedef long long int int64_t; typedef
518 typedef __int64 int64_t; typedef
816 extern Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
818 extern int64_t glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_ms
[all...]
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h89 typedef signed __int64 int64_t; typedef
97 typedef int64_t int_least64_t;
107 typedef int64_t int_fast64_t;
123 typedef int64_t intmax_t;
138 #define INT64_MIN ((int64_t)_I64_MIN)
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h46 typedef __int64 int64_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
56 typedef long long int64_t; typedef
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Dtypedefs_md.h69 typedef int64 int64_t; typedef
77 #define int64_t int64 macro
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h16 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h54 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dtype.h30 typedef signed __int64 int64_t; typedef

Completed in 745 milliseconds

123