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

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 347 UINTN LengthToReturn;
375 LengthToReturn = 0;
883 LengthToReturn += ((Width - Precision) * BytesPerOutputCharacter);
891 LengthToReturn += (1 * BytesPerOutputCharacter);
896 LengthToReturn += ((Precision - Count) * BytesPerOutputCharacter);
901 LengthToReturn += ((Precision - Count) * BytesPerOutputCharacter);
906 LengthToReturn += (1 * BytesPerOutputCharacter);
927 LengthToReturn += (1 * BytesPerOutputCharacter);
939 LengthToReturn += (1 * BytesPerOutputCharacter);
952 LengthToReturn += ((Width - Precision) * BytesPerOutputCharacter);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]

Completed in 64 milliseconds