Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/Win32/
H A DTimeHelpers.h8 #ifndef __int64
9 #define __int64 long long macro
23 __int64 GetTime() const;
28 unsigned __int64 m_processAffinityMask;
33 __int64 m_startTime;
34 __int64 m_frequency;
H A DTimeHelpers.cpp32 __int64 const elapsedTime = GetTime() - m_startTime; in GetTimeInMs()
37 __int64 Timer::GetTime() const in GetTime()
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DUnitTestTimer.h10 inline __int64 GetTime() in GetTime()
17 inline __int64 GetFrequency() in GetFrequency()
24 inline __int64 GetTimeMilliSeconds() in GetTimeMilliSeconds()
28 return ( largeInteger.QuadPart * __int64(1000) ) / GetFrequency(); in GetTimeMilliSeconds()
31 inline __int64 GetTimeMicroSeconds() in GetTimeMicroSeconds()
35 return ( largeInteger.QuadPart * __int64(1000000) ) / GetFrequency(); in GetTimeMicroSeconds()
40 __int64 time = GetTimeMicroSeconds() + microSeconds; in SpinSleep()
H A DMemoryOutStream.h30 std::ostream& operator<<(std::ostream& stream, __int64 const n);
31 std::ostream& operator<<(std::ostream& stream, unsigned __int64 const n);
61 MemoryOutStream& operator <<(__int64 n);
62 MemoryOutStream& operator <<(unsigned __int64 n);
H A DMemoryOutStream.cpp34 std::ostream& operator<<(std::ostream& stream, __int64 const n) in operator <<()
39 std::ostream& operator<<(std::ostream& stream, unsigned __int64 const n) in operator <<()
139 MemoryOutStream& MemoryOutStream::operator <<(__int64 const n) in operator <<()
154 MemoryOutStream& MemoryOutStream::operator <<(unsigned __int64 const n) in operator <<()
/TaskScheduler/Scheduler/Include/
H A DMTTypes.h65 typedef __int64 int64;
66 typedef unsigned __int64 uint64;
/TaskScheduler/ThirdParty/UnitTest++/tests/
H A DTestMemoryOutStream.cpp174 stream << (__int64)-12345i64; in TEST()
203 stream << (unsigned __int64)85899ui64; in TEST()
223 stream << (unsigned __int64)0ui64; in TEST()
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMicroWindows.h104 typedef unsigned __int64 MW_DWORD64;
107 typedef unsigned __int64 MW_ULONG_PTR;