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

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

Completed in 80 milliseconds