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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathFromText.c345 UINTN Rvalue; local
363 Rvalue = 0;
367 if ((Rvalue > High || Rvalue == High) && (Char - '0' > (INTN) Low)) {
371 Rvalue = (Rvalue * 10) + Char - '0';
379 return Rvalue;
396 UINT64 Rvalue; local
413 Rvalue = 0;
417 High = LShiftU64 (Rvalue,
[all...]

Completed in 7645 milliseconds