Home
last modified time | relevance | path

Searched refs:BytesPerFormatCharacter (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
DPrintLibInternal.c322 UINTN BytesPerFormatCharacter; in BasePrintLibSPrintMarker() local
398 BytesPerFormatCharacter = 2; in BasePrintLibSPrintMarker()
406 BytesPerFormatCharacter = 1; in BasePrintLibSPrintMarker()
444 Format += BytesPerFormatCharacter; in BasePrintLibSPrintMarker()
497 Format += BytesPerFormatCharacter; in BasePrintLibSPrintMarker()
500 Format -= BytesPerFormatCharacter; in BasePrintLibSPrintMarker()
514 Format -= BytesPerFormatCharacter; in BasePrintLibSPrintMarker()
776 Format += BytesPerFormatCharacter; in BasePrintLibSPrintMarker()
788 Format -= BytesPerFormatCharacter; in BasePrintLibSPrintMarker()
797 Format += BytesPerFormatCharacter; in BasePrintLibSPrintMarker()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
DPrintLib.c88 UINTN BytesPerFormatCharacter; in DxePrintLibPrint2ProtocolVaListToBaseList() local
101 BytesPerFormatCharacter = 1; in DxePrintLibPrint2ProtocolVaListToBaseList()
105 BytesPerFormatCharacter = 2; in DxePrintLibPrint2ProtocolVaListToBaseList()
125 Format += BytesPerFormatCharacter; in DxePrintLibPrint2ProtocolVaListToBaseList()
161 Format -= BytesPerFormatCharacter; in DxePrintLibPrint2ProtocolVaListToBaseList()
216 Format += BytesPerFormatCharacter; in DxePrintLibPrint2ProtocolVaListToBaseList()
1224 UINTN BytesPerFormatCharacter; in InternalPrintLibSPrintMarker() local
1300 BytesPerFormatCharacter = 2; in InternalPrintLibSPrintMarker()
1308 BytesPerFormatCharacter = 1; in InternalPrintLibSPrintMarker()
1346 Format += BytesPerFormatCharacter; in InternalPrintLibSPrintMarker()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
DPrintLib.c100 UINTN BytesPerFormatCharacter; in BasePrintLibVSPrint() local
150 BytesPerFormatCharacter = 2; in BasePrintLibVSPrint()
158 BytesPerFormatCharacter = 1; in BasePrintLibVSPrint()
195 Format += BytesPerFormatCharacter; in BasePrintLibVSPrint()
240 Format += BytesPerFormatCharacter; in BasePrintLibVSPrint()
243 Format -= BytesPerFormatCharacter; in BasePrintLibVSPrint()
257 Format -= BytesPerFormatCharacter; in BasePrintLibVSPrint()
556 Format += BytesPerFormatCharacter; in BasePrintLibVSPrint()