Searched defs:Temp64 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c1828 INT64 Temp64; local
1904 Temp64 = (INT64) (Value1->Value.u64 - Value2->Value.u64);
1905 if (Temp64 > 0) {
1907 } else if (Temp64 < 0) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1078 UINT64 Temp64; local
1305 if (AsciiStringToUint64 (argv[1], FALSE, &Temp64) != EFI_SUCCESS) {
1309 MciAlignment = (UINT32) Temp64;
1318 Status = AsciiStringToUint64 (argv[1] + 1, FALSE, &Temp64);
1321 Status = AsciiStringToUint64 (argv[1], FALSE, &Temp64);
1328 NewBaseAddress = (UINT64) Temp64;
1337 Status = AsciiStringToUint64 (argv[1] + 1, FALSE, &Temp64);
1340 Status = AsciiStringToUint64 (argv[1], FALSE, &Temp64);
1347 NewBaseAddress = (UINT64) Temp64;
1354 if (AsciiStringToUint64 (argv[1], FALSE, &Temp64) !
[all...]

Completed in 39 milliseconds