Searched refs:FormatCharacter (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c314 UINTN FormatCharacter; local
399 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
404 while (FormatCharacter != 0 && Buffer < EndBuffer) {
421 switch (FormatCharacter) {
428 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
429 switch (FormatCharacter) {
478 for (Count = 0; ((FormatCharacter >= '0') && (FormatCharacter <= '9')); ){
479 Count = (Count * 10) + FormatCharacter - '0';
481 FormatCharacter
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c89 UINTN FormatCharacter; local
111 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
113 while (FormatCharacter != 0) {
114 if (FormatCharacter == '%') {
129 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
131 switch (FormatCharacter) {
173 switch (FormatCharacter) {
218 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1157 UINTN FormatCharacter; local
1229 FormatCharacter
[all...]

Completed in 219 milliseconds