Searched refs:__int64 (Results 1 – 25 of 125) sorted by relevance
12345
6 __int64 x5 = 0x42i64;7 __int64 x6 = 0x42I64;8 __int64 x4 = 70000000i128;10 __int64 y = 0x42i64u; // expected-error {{invalid suffix}}11 __int64 w = 0x43ui64; 12 __int64 z = 9Li64; // expected-error {{invalid suffix}}13 __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;
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;
89 typedef signed __int64 int64_t;90 typedef unsigned __int64 uint64_t;115 typedef signed __int64 intptr_t;116 typedef unsigned __int64 uintptr_t;
39 typedef signed __int64 int64_t;40 typedef unsigned __int64 uint64_t;43 typedef unsigned __int64 uintptr_t;
43 typedef __int64 int64_t;44 typedef unsigned __int64 uint64_t;
24 typedef __int64 int64_t;28 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;
100 __int64 full;109 __int64 x = factor1;110 __int64 y = factor2;
276 unsigned __int64 __umulh (unsigned __int64 a,unsigned __int64 b);277 unsigned __int64 _umul128 (unsigned __int64 a,unsigned __int64 b,278 unsigned __int64 *h);
44 typedef __int64 int64;53 typedef unsigned __int64 uint64;54 typedef __int64 int64;
15 #define PLATFORM_INT64 __int6419 #define PLATFORM_UINT64 unsigned __int64
48 TextStream& operator<<(unsigned __int64);49 TextStream& operator<<(__int64);
116 TextStream& TextStream::operator<<(__int64 i) in operator <<()122 TextStream& TextStream::operator<<(unsigned __int64 i) in operator <<()
45 typedef __int64 FLAC__int64;48 typedef unsigned __int64 FLAC__uint64;
41 typedef __int64 int64_t;42 typedef unsigned __int64 uint64_t;
100 typedef __int64 XML_Index; 101 typedef unsigned __int64 XML_Size;
69 typedef __int64 WebRtc_Word64;70 typedef unsigned __int64 WebRtc_UWord64;
97 __int64 a_int64;98 unsigned __int64 a_uint64;
61 typedef __int64 ogg_int64_t;69 typedef __int64 ogg_int64_t;
70 typedef __int64 int64_t;71 typedef unsigned __int64 uint64_t;74 typedef __int64 intptr_t;75 typedef unsigned __int64 uintptr_t;
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;