Searched refs:Elapsed (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/
H A DDebugCommunicationLibSerialPort.c106 INTN Elapsed; local
109 Elapsed = (INTN) Timeout;
116 Elapsed -= 1000;
117 if (Elapsed < 0) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c24 @param[in] Elapsed The pointer to the elapsed time value in the packet.
38 IN UINT16 *Elapsed,
63 TxCb->Elapsed = Elapsed;
788 @param[in] Elapsed The pointer to the elapsed time value to fill in.
799 IN UINT16 *Elapsed
850 if (Elapsed != NULL) {
851 SetElapsedTime (Elapsed, Instance);
896 UINT16 *Elapsed; local
945 &Elapsed
35 Dhcp6EnqueueRetry( IN DHCP6_INSTANCE *Instance, IN EFI_DHCP6_PACKET *Packet, IN UINT16 *Elapsed, IN EFI_DHCP6_RETRANSMISSION *RetryCtl OPTIONAL ) argument
1056 UINT16 *Elapsed; local
1215 UINT16 *Elapsed; local
1349 UINT16 *Elapsed; local
1486 UINT16 *Elapsed; local
1665 UINT16 *Elapsed; local
1790 UINT16 *Elapsed; local
[all...]
H A DDhcp6Utility.h207 Append the appointed Elapsed time option to Buf, and move Buf to the end.
211 @param[out] Elapsed The pointer to the elapsed time value in
221 OUT UINT16 **Elapsed
228 @param[in] Elapsed The pointer to the position to append.
233 IN UINT16 *Elapsed,
H A DDhcp6Utility.c746 Append the appointed Elapsed time option to Buf, and move Buf to the end.
750 @param[out] Elapsed The pointer to the elapsed time value in
760 OUT UINT16 **Elapsed
791 *Elapsed = (UINT16 *) Buf;
801 @param[in] Elapsed The pointer to the position to append.
807 IN UINT16 *Elapsed,
846 WriteUnaligned16 (Elapsed, HTONS((UINT16) ElapsedTimeValue));
806 SetElapsedTime( IN UINT16 *Elapsed, IN DHCP6_INSTANCE *Instance ) argument
H A DDhcp6Impl.h214 UINT16 *Elapsed; member in struct:_DHCP6_TX_CB
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h125 double Elapsed() { function in class:Stopwatch
130 printf("%s %f\n",msg,Elapsed());
1682 printf("Construct(abcde) NSString: %f STL: %f\n",watch1.Elapsed(),watch2.Elapsed());
1716 printf("Append(abcde) NSString: %f STL: %f\n",watch1.Elapsed(),watch2.Elapsed());
1747 printf("Append('a') NSString: %f STL: %f\n",watch1.Elapsed(),watch2.Elapsed());
1788 printf("Insert(123) NSString: %f STL: %f\n",watch1.Elapsed(),watch2.Elapsed());
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp539 uint64_t Elapsed = tsEnd - tsBegin; local
540 uint64_t PerIteration = Elapsed / (uint64_t)i;
545 i, Elapsed, cTicksElapsed, PerIteration, cTicksPerIteration);
547 i, Elapsed, cTicksElapsed, PerIteration, cTicksPerIteration));
590 Elapsed = tsEnd - tsBegin;
591 PerIteration = Elapsed / (uint64_t)i;
596 i, Elapsed, cTicksElapsed, PerIteration, cTicksPerIteration, TickMin);
598 i, Elapsed, cTicksElapsed, PerIteration, cTicksPerIteration, TickMin));
740 uint64_t Elapsed = tsEnd - tsBegin; local
741 uint64_t PerIteration = Elapsed / (uint64_
[all...]
H A DVMEmt.cpp590 const uint64_t Elapsed = RTTimeNanoTS() - Start; local
591 pUVCpu->vm.s.Halt.Method12.cNSBlocked += Elapsed;
592 if (Elapsed > u64NanoTS)
593 pUVCpu->vm.s.Halt.Method12.cNSBlockedTooLong += Elapsed - u64NanoTS;
604 //RTLogRelPrintf(" -> %7RU64 ns / %7RI64 ns delta%s\n", Elapsed, Elapsed - u64NanoTS, fBlockOnce ? " (block once)" : "");
610 && Elapsed > 100000 /* 0.1 ms */)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.h191 @param[in] Elapsed The pointer to the position to append.
196 IN UINT16 *Elapsed,
H A DDhcp4Impl.c1737 @param[in] Elapsed The pointer to the position to append.
1742 IN UINT16 *Elapsed,
1746 WriteUnaligned16 (Elapsed, HTONS(Instance->ElaspedTime));
1741 SetElapsedTime( IN UINT16 *Elapsed, IN DHCP_PROTOCOL *Instance ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c1744 UINTN Elapsed; local
1751 Elapsed = 0;
1810 if (Elapsed >= Timeout) {
1818 Elapsed += TIMEOUT_STALL_INTERVAL;
1825 Elapsed = 0;
1857 UINTN Elapsed; local
1862 Elapsed = 0;
1898 if (Elapsed >= This->Mode->Timeout) {
1905 Elapsed += TIMEOUT_STALL_INTERVAL;
1917 Elapsed
[all...]

Completed in 77 milliseconds