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

12

/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dstdint.h24 typedef __int64 int64_t; typedef
/external/clang/test/CodeGen/
H A D2010-06-17-asmcrash.c5 typedef long long int64_t; typedef
7 typedef int64_t x86_reg;
H A Darm-asm-variable.c3 typedef long long int64_t; typedef
6 int64_t foo(int64_t v, volatile int64_t *p)
11 int64_t r;
/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/icu4c/common/unicode/
H A Dptypes.h40 /* The features header is needed to get (u)int64_t sometimes. */
80 typedef signed long long int64_t; typedef
H A Dppalmos.h129 typedef signed long long int64_t; typedef
131 typedef signed __int64 int64_t; typedef
H A Dpwin32.h107 # define INT64_C(x) ((int64_t)x)
152 typedef signed long long int64_t; typedef
154 typedef signed __int64 int64_t; typedef
/external/skia/include/config/
H A Dsk_stdint.h10 typedef long long int64_t; typedef
/external/v8/include/
H A Dv8stdint.h43 typedef __int64 int64_t; typedef
H A Dv8-debug.h37 typedef long long int64_t; // NOLINT typedef
/external/webkit/Source/WebCore/bridge/
H A Dnptypes.h43 * Header file for ensuring that C99 types ([u]int32_t, [u]int64_t and bool) and
56 typedef long long int64_t; typedef
/external/libvpx/vpx/
H A Dvpx_integer.h28 typedef signed __int64 int64_t; typedef
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dstdint.h41 typedef __int64 int64_t; typedef
64 CASSERT(sizeof(int64_t) == 8, int64_t_is_eight_bytes)
/external/webp/include/webp/
H A Dtypes.h28 typedef long long int int64_t; typedef
/external/clang/test/SemaCXX/
H A Dconversion.cpp8 typedef signed long int64_t; typedef
/external/libvpx/vp8/common/
H A Dduck_io.h20 typedef __int64 int64_t; typedef
22 typedef long long int64_t; typedef
26 typedef long long int64_t; typedef
31 int64_t offset; // offset to start from
102 int64_t duck_seek(int g_hndl, int64_t offs, int origin);
110 int64_t duck_available_data(int handle); /* EMH 10-23-03 */
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
H A Di64operations.h6 typedef long long int int64_t; typedef
11 int64_t *lhs;
12 int64_t *rhs;
13 int64_t *select_a;
14 int64_t *select_b;
16 int64_t *select_expected;
31 int (*predfunc) (int64_t, int64_t);
32 int64_t (*selfunc) (int64_t, int64_
[all...]
/external/webrtc/src/
H A Dtypedefs.h61 typedef signed long long int64_t; typedef
72 typedef int64_t WebRtc_Word64;
88 typedef int64_t WebRtc_Word64;
/external/libvpx/vpx_ports/
H A Dvpxtypes.h81 typedef int64_t vpxs64;
108 typedef vpxs64 int64_t; typedef
/external/mesa3d/src/mesa/main/
H A Dcompiler.h70 typedef __int64 int64_t; typedef
/external/qemu/distrib/sdl-1.2.12/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
/external/skia/gpu/include/
H A DGrConfig.h123 typedef __int64 int64_t; typedef
235 #define GR_ALWAYSBREAK *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dplatform.h95 /* The features header is needed to get (u)int64_t sometimes. */
135 typedef signed long long int64_t; typedef
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dplatform.h95 /* The features header is needed to get (u)int64_t sometimes. */
135 typedef signed long long int64_t; typedef

Completed in 537 milliseconds

12