Searched defs:int64_t (Results 1 - 25 of 43) 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/third_party/libopenjpeg20/
H A Dopj_stdint.h45 typedef signed __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/skia/third_party/vulkan/
H A Dvk_platform.h88 typedef signed __int64 int64_t; typedef
/external/skia/third_party/yasm/config/win/
H A Dstdint.h18 typedef signed long long int64_t; typedef
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_platform.h88 typedef signed __int64 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/skia/include/gpu/
H A DGrConfig.h62 typedef __int64 int64_t; typedef
125 #define GR_ALWAYSBREAK SkNO_RETURN_HINT(); *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;
/external/flac/include/share/
H A Dcompat.h135 typedef __int64 int64_t; typedef
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h30 typedef signed __int64 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/tcpdump/
H A Dtcpdump-stdinc.h88 #ifndef int64_t
89 #define int64_t _int64 macro
114 #ifndef int64_t
115 #define int64_t long long macro
/external/avahi/avahi-compat-howl/include/salt/
H A Dplatform.h61 typedef _int64 int64_t; typedef
98 typedef int64_t sw_int64;

Completed in 956 milliseconds

12