OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSecondsSince1601
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
Time.h
15
bool
GetSecondsSince1601
(unsigned year, unsigned month, unsigned day,
Time.cpp
27
if (!
GetSecondsSince1601
(kDosTimeStartYear + (dosTime >> 25), (dosTime >> 21) & 0xF, (dosTime >> 16) & 0x1F,
143
bool
GetSecondsSince1601
(unsigned year, unsigned month, unsigned day,
Completed in 2235 milliseconds