Searched defs:int64_t (Results 51 - 68 of 68) sorted by relevance

123

/external/mesa3d/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/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_os2.h38 typedef signed long long int64_t; typedef
/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/third_party/smhasher/src/
H A Dpstdint.h99 * (u)int64_t
139 * (u)intmax_t, (u)int64_t, (u)int32_t, (u)int16_t, (u)least64_t,
447 typedef long long int64_t; typedef
460 __extension__ typedef long long int64_t; typedef
469 typedef long long int64_t; typedef
478 typedef __int64 int64_t; typedef
542 typedef int64_t intmax_t;
602 typedef int64_t int_least64_t;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h109 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h106 typedef __int64 int64_t; typedef
/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/third_party/harfbuzz-ng/src/
H A Dhb-common.h62 typedef __int64 int64_t; typedef
/external/clang/lib/Headers/
H A Dstdint.h106 # ifndef __int8_t_defined /* glibc sys/types.h also defines int64_t*/
107 typedef signed __INT64_TYPE__ int64_t; typedef
110 # define __int_least64_t int64_t
112 # define __int_least32_t int64_t
114 # define __int_least16_t int64_t
116 # define __int_least8_t int64_t
/external/harfbuzz_ng/src/
H A Dhb-common.h62 typedef __int64 int64_t; typedef
/external/chromium_org/third_party/mesa/src/include/GL/
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...]
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;
/external/mesa3d/include/GL/
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...]
H A Dglext.h6180 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
6188 typedef long int int64_t; typedef
6191 typedef long long int int64_t; typedef
6201 typedef long long int int64_t; typedef
6207 typedef __int64 int64_t; typedef
6216 typedef int64_t GLint64EXT;
6221 typedef int64_t GLint64;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h760 typedef __int64 int64_t; typedef
764 typedef long long int64_t; typedef
771 typedef int64_t int_least64_t;
781 typedef int64_t int_fast64_t;
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c29 typedef long long int64_t; typedef
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c328 typedef int int64_t __attribute__ ((__mode__ (__DI__))); typedef
H A Dtinycc.c102 typedef long long int int64_t; typedef
125 typedef int64_t Elf32_Sxword;
127 typedef int64_t Elf64_Sxword;
21275 static int64_t getclock_us(void)
21646 int64_t start_time = 0;

Completed in 2730 milliseconds

123