Searched defs:Duration (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DPerformance.c157 UINT32 Duration; local
276 Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
278 if (Duration > 0) {
283 mPerfData.Duration = Duration;
320 mPerfData.Duration = (UINT32) DivU64x32 (Ticker, (UINT32) Freq);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c83 UINT64 Duration; local
95 Duration = Measurement->EndTimeStamp - Measurement->StartTimeStamp;
96 Error = (BOOLEAN)(Duration > Measurement->EndTimeStamp);
99 Duration = Measurement->StartTimeStamp - Measurement->EndTimeStamp;
100 Error = (BOOLEAN)(Duration > Measurement->StartTimeStamp);
105 Duration = 0;
107 return Duration;
367 Calculate the Duration in microseconds.
369 Duration is multiplied by 1000, instead of Frequency being divided by 1000 or
370 multiplying the result by 1000, in order to maintain precision. Since Duration i
[all...]
H A DDp.h63 UINT64 Duration; ///< Cumulative duration for this item. member in struct:__anon12669
H A DDpTrace.c52 UINT64 Duration; local
89 Duration = GetDuration (&Measurement);
92 CumData[TIndex].Duration += Duration;
94 if ( Duration < CumData[TIndex].MinDur ) {
95 CumData[TIndex].MinDur = Duration;
97 if ( Duration > CumData[TIndex].MaxDur ) {
98 CumData[TIndex].MaxDur = Duration;
130 UINT64 Duration; local
198 Duration
287 UINT64 Duration; local
379 UINT64 Duration; local
515 UINT64 Duration; local
635 UINT64 Duration; local
712 UINT64 Duration; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.c530 UINT8 Duration; local
617 // Duration is zero, which means the duration is infinite.
621 Duration = 0;
626 Duration
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.c530 UINT8 Duration; local
623 // Duration is zero, which means the duration is infinite.
627 Duration = 0;
632 Duration
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptInternalFormat.h119 UINT64 Duration; member in struct:__anon11098
140 UINT64 Duration; member in struct:__anon11101
H A DBootScriptSave.c1236 @param Duration Duration in microseconds of the stall
1244 IN UINTN Duration
1262 ScriptStall.Duration = Duration;
1318 @param Duration Duration in microseconds of the stall.
1332 IN UINTN Duration,
1356 ScriptMemPoll.Duration = Duration;
1327 S3BootScriptSaveMemPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *BitMask, IN VOID *BitValue, IN UINTN Duration, IN UINTN LoopTimes ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c298 UINT32 Duration; local
300 Duration = VA_ARG (Marker, UINT32);
302 return S3BootScriptSaveStall (Duration);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c297 UINT32 Duration; local
299 Duration = VA_ARG (Marker, UINT32);
301 return S3BootScriptSaveStall (Duration);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c230 @param Duration Duration in microseconds of the stall
238 IN UINTN Duration
286 @param Duration Duration in microseconds of the stall.
300 IN UINTN Duration,
295 S3BootScriptSaveMemPoll( IN S3_BOOT_SCRIPT_LIB_WIDTH Width, IN UINT64 Address, IN VOID *BitMask, IN VOID *BitValue, IN UINTN Duration, IN UINTN LoopTimes ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c812 UINT8 Duration; local
882 // Duration is zero, which means the duration is infinite.
886 Duration = 0;
891 Duration
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DPerformance.h54 UINT32 Duration; member in struct:__anon11003
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9anim.h155 DOUBLE Duration; member in struct:_D3DXEVENT_DESC

Completed in 260 milliseconds