Searched refs:__int64 (Results 1 – 25 of 130) sorted by relevance
123456
7 __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}}
12 typedef signed __int64 __s64;13 typedef unsigned __int64 __u64;21 typedef signed __int64 __s64;22 typedef unsigned __int64 __u64;
23 typedef __int64 int64;32 typedef unsigned __int64 uint64;33 typedef __int64 int64;
97 __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()
18 typedef __int64 int64;22 typedef unsigned __int64 uint64;23 typedef __int64 int64;
39 typedef signed __int64 int64_t;40 typedef unsigned __int64 uint64_t;43 typedef unsigned __int64 uintptr_t;
89 typedef signed __int64 int64_t;90 typedef unsigned __int64 uint64_t;115 typedef signed __int64 intptr_t;116 typedef unsigned __int64 uintptr_t;
24 typedef __int64 int64_t;28 typedef unsigned __int64 uint64_t;
44 typedef __int64 int64_t;45 typedef unsigned __int64 uint64_t;
120 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()
28 typedef signed __int64 int64_t;29 typedef unsigned __int64 uint64_t;
42 typedef __int64 SINT64;50 typedef __int64 SINT64;
100 __int64 full;109 __int64 x = factor1;110 __int64 y = factor2;
44 typedef __int64 int64;53 typedef unsigned __int64 uint64;54 typedef __int64 int64;
48 TextStream& operator<<(unsigned __int64);49 TextStream& operator<<(__int64);
45 typedef __int64 FLAC__int64;48 typedef unsigned __int64 FLAC__uint64;
21 typedef unsigned __int64 uint64_t;25 typedef __int64 int64_t;
276 unsigned __int64 __umulh (unsigned __int64 a,unsigned __int64 b);277 unsigned __int64 _umul128 (unsigned __int64 a,unsigned __int64 b,278 unsigned __int64 *h);
41 typedef __int64 int64_t;42 typedef unsigned __int64 uint64_t;
100 typedef __int64 XML_Index; 101 typedef unsigned __int64 XML_Size;
61 typedef __int64 ogg_int64_t;69 typedef __int64 ogg_int64_t;
110 typedef __int64 WebRtc_Word64;111 typedef unsigned __int64 WebRtc_UWord64;
169 typedef __int64 khronos_int64_t;170 typedef unsigned __int64 khronos_uint64_t;
131 typedef signed __int64 int64_t;139 typedef unsigned __int64 uint64_t;
70 typedef __int64 int64_t;71 typedef unsigned __int64 uint64_t;74 typedef __int64 intptr_t;75 typedef unsigned __int64 uintptr_t;