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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c313 UINTN FormatMask; local
385 FormatMask = 0xffff;
393 FormatMask = 0xff;
399 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
428 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
481 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
739 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
760 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
779 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
800 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c88 UINTN FormatMask; local
101 FormatMask = 0xff;
105 FormatMask = 0xffff;
111 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
129 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
218 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1156 UINTN FormatMask; local
1215 FormatMask = 0xffff;
1223 FormatMask = 0xff;
1229 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
[all...]

Completed in 36 milliseconds