Searched refs:GET_TIME_64 (Results 1 – 2 of 2) sorted by relevance
173 #define GET_TIME_64(pft) ((pft)->dwLowDateTime | ((UInt64)(pft)->dwHighDateTime << 32)) macro182 UInt64 v = GET_TIME_64(fileTime); in FileTimeToLocalFileTime()190 UInt64 v = GET_TIME_64(localFileTime); in LocalFileTimeToFileTime()232 UInt64 v64 = GET_TIME_64(ft); in FileTimeToSystemTime()
342 #define GET_TIME_64(pft) ((pft)->dwLowDateTime | ((UInt64)(pft)->dwHighDateTime << 32)) macro353 UInt64 v = GET_TIME_64(fileTime); in FileTimeToLocalFileTime()367 UInt64 winTime = GET_TIME_64(ft); in Time_FileTimeToUnixTime64()387 UInt64 winTime = GET_TIME_64(ft); in FILETIME_To_timespec()