Searched defs:int64_t (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/CodeGen/
H A Daarch64-fix-cortex-a53-835769.c17 typedef long int64_t; typedef
19 int64_t f_load_madd_64(int64_t a, int64_t b, int64_t *c) {
20 int64_t result = a+b*(*c);
H A D2010-06-17-asmcrash.c5 typedef long long int64_t; typedef
7 typedef int64_t x86_reg;
H A Darm-asm-variable.c4 typedef long long int64_t; typedef
7 int64_t foo(int64_t v, volatile int64_t *p)
12 int64_t r;
H A Darm-homogenous.c9 typedef long long int64_t; typedef
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h13 typedef int int64_t; typedef
16 typedef long int64_t; typedef
20 typedef __signed__ long long int64_t; typedef
22 typedef signed 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/v8/include/
H A Dv8stdint.h23 typedef __int64 int64_t; typedef
/external/icu/icu4c/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/libpcap/Win32/Include/
H A Dbittypes.h50 typedef _int64 int64_t; typedef
53 typedef long long int64_t; typedef
/external/tcpdump/win32/Include/
H A Dbittypes.h50 typedef _int64 int64_t; typedef
53 typedef long long int64_t; typedef
/external/webp/include/webp/
H A Dtypes.h35 typedef long long int int64_t; typedef
/external/webp/src/webp/
H A Dtypes.h35 typedef long long int int64_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h37 typedef signed __int64 int64_t; typedef
/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/flac/include/share/
H A Dcompat.h132 typedef __int64 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.h62 typedef __int64 int64_t; typedef
142 #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/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/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/compiler-rt/lib/builtins/
H A Dfp_lib.h35 # define int64_t long long macro
64 typedef int64_t srep_t;

Completed in 1343 milliseconds

12