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

/device/linaro/bootloader/edk2/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;
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c335 UINTN SkipLength; local
815 SkipLength = OutputLength - (TotalColumn - Column);
817 Row += SkipLength / TotalColumn + 1;
822 Column = SkipLength % TotalColumn;

Completed in 66 milliseconds