Searched defs:int64_t (Results 1 - 25 of 68) sorted by last modified time

123

/external/webrtc/src/
H A Dtypedefs.h105 typedef signed long long int64_t; typedef
116 typedef int64_t WebRtc_Word64;
132 typedef int64_t WebRtc_Word64;
/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;
/external/webp/include/webp/
H A Dtypes.h34 typedef long long int int64_t; typedef
/external/tcpdump/win32/Include/
H A Dbittypes.h50 typedef _int64 int64_t; typedef
53 typedef long long int64_t; typedef
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h30 typedef signed __int64 int64_t; typedef
/external/skia/include/gpu/
H A DGrConfig.h50 typedef __int64 int64_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.h36 typedef signed long long int64_t; typedef
H A DSDL_config_macos.h38 typedef SInt64 int64_t; typedef
H A DSDL_config_os2.h38 typedef signed long long int64_t; typedef
H A DSDL_config_symbian.h79 typedef signed long long int64_t; typedef
H A DSDL_config_win32.h39 typedef signed __int64 int64_t; typedef
63 typedef signed long long int64_t; typedef
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c29 typedef long long int64_t; typedef
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h45 typedef signed __int64 int64_t; typedef
/external/nanopb-c/extra/
H A Dpb_syshdr.h25 typedef signed long long int64_t; typedef
/external/mesa3d/include/GL/
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;
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/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/mesa3d/src/egl/main/
H A Deglcompiler.h46 typedef __int64 int64_t; typedef
/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/llvm/include/llvm/Support/
H A DDataTypes.h106 typedef __int64 int64_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h28 typedef signed __int64 int64_t; typedef
/external/libxml2/
H A Dtimsort.h28 typedef __int64 int64_t; typedef
123 int64_t start;
124 int64_t length;
131 static int64_t BINARY_INSERTION_FIND(SORT_TYPE *dst, const SORT_TYPE x, const size_t size)
133 int64_t l, c, r;
146 int64_t i = 1;
182 int64_t i;
183 for (i = start; i < (int64_t) size; i++)
185 int64_t j;
187 int64_t locatio
[all...]
/external/libpcap/Win32/Include/
H A Dbittypes.h50 typedef _int64 int64_t; typedef
53 typedef long long int64_t; typedef
/external/jemalloc/include/msvc_compat/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)

Completed in 2920 milliseconds

123