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

123

/external/mesa3d/src/egl/main/
H A Deglcompiler.h46 typedef __int64 int64_t; typedef
/external/clang/test/Sema/
H A Daarch64-neon-vector-types.c13 typedef long int64_t; typedef
16 typedef long long int64_t; typedef
24 typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t;
25 typedef __attribute__((neon_vector_type(2))) int64_t int64x2_t;
/external/nanopb-c/extra/
H A Dpb_syshdr.h25 typedef signed long long 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/woff2/
H A Dbuffer.h29 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
/external/chromium_org/third_party/skia/include/gpu/
H A DGrConfig.h54 typedef __int64 int64_t; typedef
140 #define GR_ALWAYSBREAK SkNO_RETURN_HINT(); *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;
/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/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/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h16 typedef __int64 int64_t; typedef
/external/clang/test/CodeGen/
H A Darm-homogenous.c9 typedef long long int64_t; typedef
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp7 typedef signed long int64_t; typedef
21 typedef __attribute__((neon_vector_type(2))) int64_t int64x2_t;
/external/clang/test/SemaCXX/
H A Dconversion.cpp9 typedef signed long int64_t; typedef
/external/llvm/include/llvm/Support/
H A DDataTypes.h106 typedef __int64 int64_t; typedef
/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_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/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/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx18 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h94 typedef __int64 int64_t; typedef
/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/compiler-rt/lib/builtins/
H A Dfp_lib.h35 # define int64_t long long macro
64 typedef int64_t srep_t;
/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 2944 milliseconds

123