Searched refs:Counter (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DStall.c23 the number of ticks specified by the UINT64 Counter value. WaitForTick()
25 of ticks to wait, so this function loops when Counter is larger than 0xffffffff.
27 @param Counter Number of ticks to wait.
32 IN UINT64 Counter
35 while ((Counter & 0xffffffff00000000ULL) != 0) {
37 Counter -= 0xffffffff;
39 gMetronome->WaitForTick (gMetronome, (UINT32)Counter);
58 UINT64 Counter; local
67 // Counter = Microseconds * 10 / gMetronome->TickPeriod
79 Counter
[all...]
/vbox/src/VBox/VMM/include/
H A DEMInternal.h73 STAMCOUNTER Counter; member in struct:CLISTAT
76 AssertCompileMemberAlignment(CLISTAT, Counter, 8);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddser.h345 LONG Counter; member in struct:_SERIAL_XOFF_COUNTER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddser.h345 LONG Counter; member in struct:_SERIAL_XOFF_COUNTER
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp113 STAMCOUNTER Counter; member in union:DBGGUISTATSNODE::__anon9863
1054 pNode->Data.Counter = *(PSTAMCOUNTER)pvSample;
1144 uint64_t cPrev = pNode->Data.Counter.c;
1145 pNode->Data.Counter = *(PSTAMCOUNTER)pvSample;
1146 iDelta = pNode->Data.Counter.c - cPrev;
2158 return formatNumber(sz, pNode->Data.Counter.c);
2425 RTStrPrintf(szBuf, sizeof(szBuf), "%8llu %s", a_pNode->Data.Counter.c, STAMR3GetUnit(a_pNode->enmUnit));
/vbox/src/VBox/VMM/VMMR3/
H A DEMRaw.cpp99 STAM_REG(pVM, &pRec->Counter, STAMTYPE_COUNTER, szCliStatName, STAMUNIT_OCCURENCES, "Number of times cli was executed.");
104 STAM_COUNTER_INC(&pRec->Counter);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d10.idl438 D3D10_COUNTER Counter;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d10.idl439 D3D10_COUNTER Counter;
H A Dd3d11.idl196 D3D11_COUNTER Counter;

Completed in 69 milliseconds