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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFfs.c390 UINT32 SkipLength; local
413 SkipLength = FileLength;
414 while ((SkipLength & 0x07) != 0) {
415 SkipLength++;
418 return (EFI_PHYSICAL_ADDRESS) (UINTN) FfsHeader + SkipLength;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c334 UINTN SkipLength; local
810 SkipLength = OutputLength - (TotalColumn - Column);
812 Row += SkipLength / TotalColumn + 1;
817 Column = SkipLength % TotalColumn;

Completed in 35 milliseconds