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