Home
last modified time | relevance | path

Searched refs:TICKS_PER_SEC (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/Common/
H A DMyWindows.cpp166 #define TICKS_PER_SEC 10000000 macro
170 #define TICKS_1601_TO_1970 (SECS_1601_TO_1970 * TICKS_PER_SEC)
183 v = (UInt64)((Int64)v - (Int64)TIME_GetBias() * TICKS_PER_SEC); in FileTimeToLocalFileTime()
191 v = (UInt64)((Int64)v + (Int64)TIME_GetBias() * TICKS_PER_SEC); in LocalFileTimeToFileTime()
203 t = tv.tv_sec * (UInt64)TICKS_PER_SEC + TICKS_1601_TO_1970;
/third_party/lzma/C/Util/7z/
H A D7zMain.c340 #define TICKS_PER_SEC 10000000 macro
354 v = (UInt64)((Int64)v - (Int64)TIME_GetBias() * TICKS_PER_SEC); in FileTimeToLocalFileTime()

Completed in 2 milliseconds