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

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleInternal.h 21 @param[in] LineLength Length of a line. Get it by calling QueryMode
27 IN UINTN LineLength,
35 @param[in] LineLength Length of a line.
42 IN UINTN LineLength,
FileHandleWrappers.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportUI.c 23 @param LineLength Length of a line.
36 IN UINTN LineLength,
112 @param LineLength Length of a line. Get it by calling QueryMode
120 IN UINTN LineLength,
132 (*Column) = LineLength - 1;
149 @param LineLength Length of a line. Get it by calling QueryMode
158 IN UINTN LineLength,
171 if (*Column >= LineLength) {
210 UINTN LineLength;
255 ConOut->QueryMode (ConOut, ConOut->Mode->Mode, &LineLength, &TotalRow);
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmCacheMaintenanceLib/
ArmCacheMaintenanceLib.c 26 IN UINTN LineLength
29 UINTN ArmCacheLineAlignmentMask = LineLength - 1;
38 AlignedAddress += LineLength;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 812 UINTN LineLength;
831 LineLength = MaxLineLength;
840 &LineLength
846 // to the returned LineLength and try again.
850 PtrLine = AllocatePool (LineLength);
855 SourceLength = LineLength;
860 &LineLength
865 MaxLineLength = LineLength;
870 CurrentPtr = (CHAR8 *) ( (UINTN) CurrentPtr + LineLength);
877 &LineLength
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 1029 UINTN LineLength;
1048 LineLength = MaxLineLength;
1057 &LineLength
1063 // to the returned LineLength and try again.
1067 PtrLine = AllocatePool (LineLength);
1072 SourceLength = LineLength;
1077 &LineLength
1082 MaxLineLength = LineLength;
1087 CurrentPtr = (CHAR8 *) ( (UINTN) CurrentPtr + LineLength);
1094 &LineLength
    [all...]

Completed in 266 milliseconds