Home
last modified time | relevance | path

Searched refs:__int64 (Results 1 – 25 of 130) sorted by relevance

123456

/external/clang/test/Lexer/
Dms-extensions.c7 __int64 x5 = 0x42i64;
8 __int64 x6 = 0x42I64;
9 __int64 x4 = 70000000i128;
11 __int64 y = 0x42i64u; // expected-error {{invalid suffix}}
12 __int64 w = 0x43ui64;
13 __int64 z = 9Li64; // expected-error {{invalid suffix}}
14 __int64 q = 10lli64; // expected-error {{invalid suffix}}
/external/e2fsprogs/include/nonunix/linux/
Dtypes.h12 typedef signed __int64 __s64;
13 typedef unsigned __int64 __u64;
21 typedef signed __int64 __s64;
22 typedef unsigned __int64 __u64;
/external/libyuv/files/include/libyuv/
Dbasic_types.h23 typedef __int64 int64;
32 typedef unsigned __int64 uint64;
33 typedef __int64 int64;
/external/webkit/Source/JavaScriptCore/wtf/
DCurrentTime.cpp97 __int64 qpcElapsed = ((qpc.QuadPart - qpcLast.QuadPart) * 1000) / qpcFrequency.QuadPart; in highResUpTime()
98 __int64 tickCountElapsed; in highResUpTime()
103 __int64 tickCountLarge = tickCount + 0x100000000ULL; in highResUpTime()
105 __int64 tickCountLarge = tickCount + 0x100000000I64; in highResUpTime()
112 __int64 diff = tickCountElapsed - qpcElapsed; in highResUpTime()
/external/chromium/third_party/libjingle/overrides/talk/base/
Dbasictypes.h18 typedef __int64 int64;
22 typedef unsigned __int64 uint64;
23 typedef __int64 int64;
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_config_win32.h39 typedef signed __int64 int64_t;
40 typedef unsigned __int64 uint64_t;
43 typedef unsigned __int64 uintptr_t;
/external/mesa3d/include/c99/
Dstdint.h89 typedef signed __int64 int64_t;
90 typedef unsigned __int64 uint64_t;
115 typedef signed __int64 intptr_t;
116 typedef unsigned __int64 uintptr_t;
/external/chromium/sdch/open-vcdiff/vsprojects/
Dstdint.h24 typedef __int64 int64_t;
28 typedef unsigned __int64 uint64_t;
/external/v8/include/
Dv8stdint.h44 typedef __int64 int64_t;
45 typedef unsigned __int64 uint64_t;
/external/srec/srec/crec/
Dcomp_stats.c120 c->last = kernelCPU.dwLowDateTime + ((__int64)kernelCPU.dwHighDateTime << 32) + in start_cs_clock()
121 userCPU.dwLowDateTime + ((__int64)userCPU.dwHighDateTime << 32); in start_cs_clock()
147 curr = kernelCPU.dwLowDateTime + ((__int64)kernelCPU.dwHighDateTime << 32) + in end_cs_clock()
148 userCPU.dwLowDateTime + ((__int64)userCPU.dwHighDateTime << 32); in end_cs_clock()
/external/libvpx/vpx/
Dvpx_integer.h28 typedef signed __int64 int64_t;
29 typedef unsigned __int64 uint64_t;
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
Dsbc_types.h42 typedef __int64 SINT64;
50 typedef __int64 SINT64;
/external/srec/srec/cfront/
Dhimul32.h100 __int64 full;
109 __int64 x = factor1;
110 __int64 y = factor2;
/external/chromium/third_party/libjingle/source/talk/base/
Dbasictypes.h44 typedef __int64 int64;
53 typedef unsigned __int64 uint64;
54 typedef __int64 int64;
/external/webkit/Source/WebCore/platform/text/
DTextStream.h48 TextStream& operator<<(unsigned __int64);
49 TextStream& operator<<(__int64);
/external/flac/include/FLAC/
Dordinals.h45 typedef __int64 FLAC__int64;
48 typedef unsigned __int64 FLAC__uint64;
/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h21 typedef unsigned __int64 uint64_t;
25 typedef __int64 int64_t;
/external/openssl/crypto/bn/
Dbn_lcl.h276 unsigned __int64 __umulh (unsigned __int64 a,unsigned __int64 b);
277 unsigned __int64 _umul128 (unsigned __int64 a,unsigned __int64 b,
278 unsigned __int64 *h);
/external/webkit/Source/JavaScriptCore/os-win32/
Dstdint.h41 typedef __int64 int64_t;
42 typedef unsigned __int64 uint64_t;
/external/expat/lib/
Dexpat_external.h100 typedef __int64 XML_Index;
101 typedef unsigned __int64 XML_Size;
/external/tremolo/Tremolo/
Dos_types.h61 typedef __int64 ogg_int64_t;
69 typedef __int64 ogg_int64_t;
/external/webrtc/src/
Dtypedefs.h110 typedef __int64 WebRtc_Word64;
111 typedef unsigned __int64 WebRtc_UWord64;
/external/webkit/Source/ThirdParty/ANGLE/include/KHR/
Dkhrplatform.h169 typedef __int64 khronos_int64_t;
170 typedef unsigned __int64 khronos_uint64_t;
/external/icu4c/common/unicode/
Dppalmos.h131 typedef signed __int64 int64_t;
139 typedef unsigned __int64 uint64_t;
/external/mesa3d/src/mesa/main/
Dcompiler.h70 typedef __int64 int64_t;
71 typedef unsigned __int64 uint64_t;
74 typedef __int64 intptr_t;
75 typedef unsigned __int64 uintptr_t;

123456