Searched defs:EndValue (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DPerformance.c165 UINT64 EndValue; local
179 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
188 if (EndValue >= StartValue) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
H A DScriptExecute.c71 UINT64 EndValue; local
84 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
87 if (EndValue >= StartValue) {
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
H A DS3Resume.c268 UINT64 EndValue; local
277 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
313 if (EndValue >= StartValue) {

Completed in 35 milliseconds