Home
last modified time | relevance | path

Searched refs:SkipLength (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
DFfs.c390 UINT32 SkipLength; in GetNextPossibleFileHeader() local
413 SkipLength = FileLength; in GetNextPossibleFileHeader()
414 while ((SkipLength & 0x07) != 0) { in GetNextPossibleFileHeader()
415 SkipLength++; in GetNextPossibleFileHeader()
418 return (EFI_PHYSICAL_ADDRESS) (UINTN) FfsHeader + SkipLength; in GetNextPossibleFileHeader()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbSupportUI.c212 UINTN SkipLength; in Input() local
510 SkipLength = OutputLength - (LineLength - Column); in Input()
512 Row += SkipLength / LineLength + 1; in Input()
517 Column = SkipLength % LineLength; in Input()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DFileHandleWrappers.c478 UINTN SkipLength; in FileInterfaceStdInRead() local
895 SkipLength = OutputLength - (TotalColumn - Column); in FileInterfaceStdInRead()
897 Row += SkipLength / TotalColumn + 1; in FileInterfaceStdInRead()
902 Column = SkipLength % TotalColumn; in FileInterfaceStdInRead()