Searched refs:PREFIX_SIGN (Results 1 – 16 of 16) sorted by relevance
26 #define PREFIX_SIGN 0x02 macro
588 Flags |= PREFIX_SIGN; in VSPrint()639 Flags &= ~(PREFIX_BLANK| PREFIX_SIGN | LONG_TYPE); in VSPrint()
223 case '+': Flags |= PREFIX_SIGN; break; in AvSPrint()263 Flags &= ~(PREFIX_BLANK| PREFIX_SIGN | LONG_TYPE); in AvSPrint()
208 case '+': Flags |= PREFIX_SIGN; break; in VSPrint()248 Flags &= ~(PREFIX_BLANK| PREFIX_SIGN | LONG_TYPE); in VSPrint()
454 Flags |= PREFIX_SIGN; in BasePrintLibSPrintMarker()533 Flags &= ~((UINTN) (PREFIX_BLANK | PREFIX_SIGN | PREFIX_ZERO | LONG_TYPE)); in BasePrintLibSPrintMarker()552 Flags &= ~((UINTN) (PREFIX_SIGN)); in BasePrintLibSPrintMarker()583 if ((Flags & PREFIX_SIGN) != 0) { in BasePrintLibSPrintMarker()596 Flags |= PREFIX_SIGN; in BasePrintLibSPrintMarker()
27 #define PREFIX_SIGN BIT1 macro
205 Flags |= PREFIX_SIGN; in BasePrintLibVSPrint()276 Flags &= ~(PREFIX_BLANK | PREFIX_SIGN | PREFIX_ZERO | LONG_TYPE); in BasePrintLibVSPrint()299 if ((Flags & PREFIX_SIGN) != 0) { in BasePrintLibVSPrint()312 Flags |= PREFIX_SIGN; in BasePrintLibVSPrint()
32 #define PREFIX_SIGN 0x02 macro
955 #define PREFIX_SIGN BIT1 macro1356 Flags |= PREFIX_SIGN; in InternalPrintLibSPrintMarker()1435 Flags &= ~((UINTN) (PREFIX_BLANK | PREFIX_SIGN | PREFIX_ZERO | LONG_TYPE)); in InternalPrintLibSPrintMarker()1454 Flags &= ~((UINTN) (PREFIX_SIGN)); in InternalPrintLibSPrintMarker()1485 if ((Flags & PREFIX_SIGN) != 0) { in InternalPrintLibSPrintMarker()1498 Flags |= PREFIX_SIGN; in InternalPrintLibSPrintMarker()
1125 #define PREFIX_SIGN 0x02 macro
91 #define PREFIX_SIGN 0x02
90 #define PREFIX_SIGN 0x02