Searched refs:SkipLength (Results 1 – 3 of 3) sorted by relevance
390 UINT32 SkipLength; in GetNextPossibleFileHeader() local413 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()
212 UINTN SkipLength; in Input() local510 SkipLength = OutputLength - (LineLength - Column); in Input()512 Row += SkipLength / LineLength + 1; in Input()517 Column = SkipLength % LineLength; in Input()
478 UINTN SkipLength; in FileInterfaceStdInRead() local895 SkipLength = OutputLength - (TotalColumn - Column); in FileInterfaceStdInRead()897 Row += SkipLength / TotalColumn + 1; in FileInterfaceStdInRead()902 Column = SkipLength % TotalColumn; in FileInterfaceStdInRead()