Searched refs:COMMA_TYPE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c143 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
193 ASSERT ((Flags & ~(LEFT_JUSTIFY | COMMA_TYPE | PREFIX_ZERO | RADIX_HEX)) == 0);
196 // If both COMMA_TYPE and RADIX_HEX are set, then ASSERT ()
198 ASSERT (((Flags & COMMA_TYPE) == 0) || ((Flags & RADIX_HEX) == 0));
203 // Width is 0 or COMMA_TYPE is set, PREFIX_ZERO is ignored.
205 if (Width == 0 || (Flags & COMMA_TYPE) != 0) {
251 if ((Flags & COMMA_TYPE) != 0) {
443 Flags |= COMMA_TYPE;
558 if ((Flags & COMMA_TYPE) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPrintLib.h199 #define COMMA_TYPE 0x08 macro
474 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
483 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
487 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
775 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
787 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c380 UnicodeValueToString (StrTotalMemory, COMMA_TYPE, TotalMemorySize, 0);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c544 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
553 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
557 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
899 If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
911 If both COMMA_TYPE and RADIX_HEX are set in Flags, then ASSERT().
1273 Flags |= COMMA_TYPE;
1388 if ((Flags & COMMA_TYPE) != 0) {

Completed in 969 milliseconds