Searched refs:iSec (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DGIMKvm.cpp452 int32_t iSec; local
456 RTTimeSpecGetSecondsAndNano(&TimeSpec, &iSec, &iNano);
461 WallClock.u32Sec = iSec;
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbase.py565 iSec = int(oRes.group(5));
572 elif iSec >= 61:
574 elif iSec >= 60:

Completed in 35 milliseconds