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

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 321 UINT32 BytesPerOutputCharacter;
370 BytesPerOutputCharacter = 2;
372 BytesPerOutputCharacter = 1;
389 EndBuffer = Buffer + BufferSize * BytesPerOutputCharacter;
883 LengthToReturn += ((Width - Precision) * BytesPerOutputCharacter);
885 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, Width - Precision, ' ', BytesPerOutputCharacter);
891 LengthToReturn += (1 * BytesPerOutputCharacter);
893 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, 1, Prefix, BytesPerOutputCharacter);
896 LengthToReturn += ((Precision - Count) * BytesPerOutputCharacter);
898 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, Precision - Count, '0', BytesPerOutputCharacter);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 99 UINTN BytesPerOutputCharacter;
129 BytesPerOutputCharacter = 2;
131 BytesPerOutputCharacter = 1;
142 EndBuffer = Buffer + BufferSize * BytesPerOutputCharacter;
502 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, Width - Precision, ' ', BytesPerOutputCharacter);
507 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, 1, Prefix, BytesPerOutputCharacter);
509 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, Precision - Count, '0', BytesPerOutputCharacter);
511 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, Precision - Count, ' ', BytesPerOutputCharacter);
513 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, 1, Prefix, BytesPerOutputCharacter);
531 Buffer = BasePrintLibFillBuffer (Buffer, EndBuffer, 1, ArgumentCharacter, BytesPerOutputCharacter);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c     [all...]

Completed in 152 milliseconds