Searched refs:resSeconds (Results 1 – 2 of 2) sorted by relevance
170 unsigned hour, unsigned min, unsigned sec, UInt64 &resSeconds) throw() in GetSecondsSince1601() argument172 resSeconds = 0; in GetSecondsSince1601()185 resSeconds = ((UInt64)(numDays * 24 + hour) * 60 + min) * 60 + sec; in GetSecondsSince1601()
18 unsigned hour, unsigned min, unsigned sec, UInt64 &resSeconds) throw();