Home
last modified time | relevance | path

Searched refs:GetTime64 (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DMain.cpp395 static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dwHighDateTime << 32) | t.dwL… in GetTime64() function
450 UInt64 curTime = GetTime64(curTimeFT); in PrintStat()
451 UInt64 creationTime = GetTime64(creationTimeFT); in PrintStat()
452 UInt64 kernelTime = GetTime64(kernelTimeFT); in PrintStat()
453 UInt64 userTime = GetTime64(userTimeFT); in PrintStat()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp435 static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dwHighDateTime << 32) | t.dwL… in GetTime64() function
446 return GetTime64(userTime) + GetTime64(kernelTime); in GetWinUserTime()
1404 info.UserTime += GetTime64(userTime) + GetTime64(kernelTime); in MethodBench()