/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | time.cpp | 55 now.Now();
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTTimeSpec.cpp | 126 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 D | rctime.h | 96 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 D | nsTimelineService.cpp | 82 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 D | perf.c | 89 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 D | EbcLowLevel.S | 62 # Now call the external routine
|
H A D | EbcLowLevel.asm | 66 ; Now call the external routine
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/ |
H A D | EbcLowLevel.asm | 78 ; Now call the external routine
|
/vbox/src/VBox/Devices/PC/ |
H A D | DevRTC.cpp | 998 RTTIMESPEC Now; local 999 PDMDevHlpTMUtcNow(pDevIns, &Now); 1002 RTTimeExplode(&Time, &Now); 1004 RTTimeLocalExplode(&Time, &Now);
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/ |
H A D | VBoxNetFlt.c | 377 uint64_t Now; local 396 Now = RTTimeNanoTS(); 402 && Now - ASMAtomicUoReadU64(&pThis->NanoTSLastRediscovery) > UINT64_C(5000000000); /* 5 sec */
|
/vbox/src/VBox/Devices/VMMDev/ |
H A D | VMMDev.cpp | 555 /* 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 D | VBoxDTraceR0.cpp | 574 RTTIMESPEC Now; local 575 return RTTimeSpecGetNano(RTTimeNow(&Now));
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/ |
H A D | dt_grammar.c | 2014 YYDPRINTF ((stderr, "Now at end of input.\n")); 3157 /* Now `shift' the result of the reduction. Determine what state
|
/vbox/src/recompiler/ |
H A D | VBoxREMWrapperA.asm | 582 ; Now convert the function pointers. Have to setup a new shadow
|
/vbox/src/VBox/VMM/tools/ |
H A D | VBoxCpuReport.cpp | 4582 RTTIMESPEC Now; local 4584 RTTimeSpecToString(RTTimeNow(&Now), szNow, sizeof(szNow));
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | orgs.asm | 1470 C_SETUP ; TODO: Here? Now?
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | HMR0A.asm | 186 ; Now it's safe to step again
|