Searched defs:BytesPerFormatCharacter (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c312 UINTN BytesPerFormatCharacter; local
384 BytesPerFormatCharacter = 2;
392 BytesPerFormatCharacter = 1;
427 Format += BytesPerFormatCharacter;
480 Format += BytesPerFormatCharacter;
483 Format -= BytesPerFormatCharacter;
497 Format -= BytesPerFormatCharacter;
738 Format += BytesPerFormatCharacter;
750 Format -= BytesPerFormatCharacter;
759 Format += BytesPerFormatCharacter;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c87 UINTN BytesPerFormatCharacter; local
100 BytesPerFormatCharacter = 1;
104 BytesPerFormatCharacter = 2;
124 Format += BytesPerFormatCharacter;
160 Format -= BytesPerFormatCharacter;
213 Format += BytesPerFormatCharacter;
1155 UINTN BytesPerFormatCharacter; local
1214 BytesPerFormatCharacter = 2;
1222 BytesPerFormatCharacter = 1;
1257 Format += BytesPerFormatCharacter;
[all...]

Completed in 68 milliseconds