Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DMyWindows.cpp155 static LONG TIME_GetBias() in TIME_GetBias() function
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()
/third_party/lzma/C/Util/7z/
D7zMain.c329 static LONG TIME_GetBias() in TIME_GetBias() function
354 v = (UInt64)((Int64)v - (Int64)TIME_GetBias() * TICKS_PER_SEC); in FileTimeToLocalFileTime()