HomeSort by relevance Sort by last modified time
    Searched refs:SkipLength (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
Ffs.c 390 UINT32 SkipLength;
413 SkipLength = FileLength;
414 while ((SkipLength & 0x07) != 0) {
415 SkipLength++;
418 return (EFI_PHYSICAL_ADDRESS) (UINTN) FfsHeader + SkipLength;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportUI.c 212 UINTN SkipLength;
510 SkipLength = OutputLength - (LineLength - Column);
512 Row += SkipLength / LineLength + 1;
517 Column = SkipLength % LineLength;
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 478 UINTN SkipLength;
895 SkipLength = OutputLength - (TotalColumn - Column);
897 Row += SkipLength / TotalColumn + 1;
902 Column = SkipLength % TotalColumn;
    [all...]

Completed in 85 milliseconds