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

/external/lzma/CPP/Windows/
H A DTime.h15 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,
H A DTime.cpp27 if (!GetSecondsSince1601(kDosTimeStartYear + (dosTime >> 25), (dosTime >> 21) & 0xF, (dosTime >> 16) & 0x1F,
143 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, function in namespace:NWindows::NTime

Completed in 76 milliseconds