Searched refs:Now (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dtime.cpp55 now.Now();
/vbox/src/VBox/Runtime/testcase/
H A DtstRTTimeSpec.cpp126 RTTIMESPEC Now; local
147 CHECK_NZ(RTTimeNow(&Now));
148 CHECK_NZ(RTTimeExplode(&T1, &Now));
149 RTTestIPrintf(RTTESTLVL_ALWAYS, " %RI64 ns - %s\n", RTTimeSpecGetNano(&Now), ToString(&T1));
151 if (!RTTimeSpecIsEqual(&Ts1, &Now))
152 RTTestIFailed("%RI64 != %RI64\n", RTTimeSpecGetNano(&Ts1), RTTimeSpecGetNano(&Now));
158 CHECK_NZ(RTTimeLocalNow(&Now));
159 CHECK_NZ(RTTimeExplode(&T1, &Now));
160 RTTestIPrintf(RTTESTLVL_ALWAYS, " %RI64 ns - %s\n", RTTimeSpecGetNano(&Now), ToString(&T1));
162 if (!RTTimeSpecIsEqual(&Ts1, &Now))
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drctime.h96 void Now(); /* assign current time to object */
110 inline void RCTime::Now() { gmt = PR_Now(); } function in class:RCTime
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp82 static PRTime Now(void);
130 mStart = Now();
163 LL_SUB(delta, Now(), mStart);
193 static PRTime Now(void) function
201 static PRTime Now(void) function
360 tmp = Now();
433 PRTime now = Now();
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dperf.c89 static void Now(void) function
441 Measure(Now, "current calendar time");
464 Measure(Now, "current calendar time");
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.S62 # Now call the external routine
H A DEbcLowLevel.asm66 ; Now call the external routine
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.asm78 ; Now call the external routine
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp998 RTTIMESPEC Now; local
999 PDMDevHlpTMUtcNow(pDevIns, &Now);
1002 RTTimeExplode(&Time, &Now);
1004 RTTimeLocalExplode(&Time, &Now);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c377 uint64_t Now; local
396 Now = RTTimeNanoTS();
402 && Now - ASMAtomicUoReadU64(&pThis->NanoTSLastRediscovery) > UINT64_C(5000000000); /* 5 sec */
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp555 /* Now we can either have nothing or a build tag or/and a publisher tag. */
729 RTTIMESPEC Now; local
730 RTTimeNow(&Now);
736 pThis->aFacilityStatuses[i].TimeSpecTS = Now;
750 pEntry->TimeSpecTS = Now;
756 pThis->pDrv->pfnUpdateGuestStatus(pThis->pDrv, pStatus->facility, pStatus->status, pStatus->flags, &Now);
2940 RTTIMESPEC Now; local
2941 pThis->hostTime = RTTimeSpecGetMilli(PDMDevHlpTMUtcNow(pDevIns, &Now));
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp574 RTTIMESPEC Now; local
575 return RTTimeSpecGetNano(RTTimeNow(&Now));
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c2014 YYDPRINTF ((stderr, "Now at end of input.\n"));
3157 /* Now `shift' the result of the reduction. Determine what state
/vbox/src/recompiler/
H A DVBoxREMWrapperA.asm582 ; Now convert the function pointers. Have to setup a new shadow
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4582 RTTIMESPEC Now; local
4584 RTTimeSpecToString(RTTimeNow(&Now), szNow, sizeof(szNow));
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm1470 C_SETUP ; TODO: Here? Now?
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0A.asm186 ; Now it's safe to step again

Completed in 1589 milliseconds