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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.h27 #define PREFIX_SIGN BIT1 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c936 #define PREFIX_SIGN BIT1 macro
1267 Flags |= PREFIX_SIGN;
1346 Flags &= ~(PREFIX_BLANK | PREFIX_SIGN | PREFIX_ZERO | LONG_TYPE);
1385 if ((Flags & PREFIX_SIGN) != 0) {
1398 Flags |= PREFIX_SIGN;

Completed in 45 milliseconds