Searched defs:stime (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c1444 PRIntervalTime stime, etime; local
1459 stime = PR_IntervalNow();
1483 PR_IntervalToMilliseconds(etime - stime)));
1490 PRIntervalTime stime, etime; local
1500 stime = PR_IntervalNow();
1524 PR_IntervalToMilliseconds(etime - stime)));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c2917 struct tm stime; local
2987 &stime.tm_year,
2988 &stime.tm_mon,
2989 &stime.tm_mday,
2990 &stime.tm_hour,
2991 &stime.tm_min,
2992 &stime.tm_sec
3001 if (stime.tm_mon <= 0 || stime.tm_mday <=0) {
3005 stime
[all...]

Completed in 41 milliseconds