Searched defs:TempValue (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Ppi/
H A DPpi.c537 INTN TempValue; local
548 TempValue = PrivateData->PpiData.DispatchListEnd;
557 PrivateData->PpiData.LastDispatchedNotify = TempValue;
569 TempValue = PrivateData->PpiData.PpiListEnd;
578 PrivateData->PpiData.LastDispatchedInstall = TempValue;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c868 UINT64 TempValue; local
921 Status = AsciiStringToUint64(Argv[1], FALSE, &TempValue);
926 if (TempValue >= 0x10000) {
930 Options->VendId = (UINT16) TempValue;
940 Status = AsciiStringToUint64(Argv[1], FALSE, &TempValue);
945 if (TempValue >= 0x10000) {
949 Options->DevId = (UINT16) TempValue;
1031 Status = AsciiStringToUint64(Argv[1], FALSE, &TempValue);
1036 ClassCode = (UINT32) TempValue;
1052 Status = AsciiStringToUint64(Argv[1], FALSE, &TempValue);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGenPage.c302 UINT64 TempValue; local
341 Status = AsciiStringToUint64 (argv[1], FALSE, &TempValue);
346 gPageTableBaseAddress = (UINT32) TempValue;
357 Status = AsciiStringToUint64 (argv[1], FALSE, &TempValue);
362 gPageTableOffsetInFile = (UINT32) TempValue;
385 Status = AsciiStringToUint64 (argv[1], FALSE, &TempValue);
390 if (TempValue > 9) {
391 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) TempValue);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c2203 UINT32 TempValue; local
2944 DivU64x32Remainder (Data1.Value.u64, (UINT32) Data2.Value.u64, &TempValue);
2945 Value->Value.u64 = TempValue;

Completed in 40 milliseconds