Lines Matching refs:secs
260 int secs;266 secs = ti / 1000;269 secs / 3600,270 (secs / 60) % 60,271 secs % 60,