Searched refs:nDeltaSeconds (Results 1 – 1 of 1) sorted by relevance
286 sal_Int32 nDeltaSeconds = m_aEndTime->Seconds - m_aStartTime->Seconds; in t_compareTime() local291 nDeltaSeconds--; in t_compareTime()294 sal_Int32 nDeltaMilliSec = (nDeltaSeconds * 1000) + (nDeltaNanoSec / 1000000); in t_compareTime()
Completed in 84 milliseconds