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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c278 If COUNT_ONLY_NO_PRINT is set in Flags, Buffer will not be modified at all.
286 and COUNT_ONLY_NO_PRINT set.
294 If COUNT_ONLY_NO_PRINT was set returns the same, but without any
345 if ((Flags & COUNT_ONLY_NO_PRINT) != 0) {
408 Flags &= (OUTPUT_UNICODE | FORMAT_UNICODE | COUNT_ONLY_NO_PRINT);
846 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
854 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
859 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
864 if ((Flags & COUNT_ONLY_NO_PRINT) == 0 && Buffer != NULL) {
869 if ((Flags & COUNT_ONLY_NO_PRINT)
[all...]
H A DPrintLibInternal.h36 #define COUNT_ONLY_NO_PRINT BIT13 macro
63 If COUNT_ONLY_NO_PRINT is set in Flags, Buffer will not be modified at all.
71 and COUNT_ONLY_NO_PRINT set.
79 If COUNT_ONLY_NO_PRINT was set returns the same, but without any
H A DPrintLib.c732 return BasePrintLibSPrintMarker (NULL, 0, FORMAT_UNICODE | OUTPUT_UNICODE | COUNT_ONLY_NO_PRINT, (CHAR8 *)FormatString, Marker, NULL);
755 return BasePrintLibSPrintMarker (NULL, 0, OUTPUT_UNICODE | COUNT_ONLY_NO_PRINT, (CHAR8 *)FormatString, Marker, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c945 #define COUNT_ONLY_NO_PRINT BIT13 macro
1010 If COUNT_ONLY_NO_PRINT is set in Flags, Buffer will not be modified at all.
1018 and COUNT_ONLY_NO_PRINT set.
1026 If COUNT_ONLY_NO_PRINT was set returns the same, but without any
1122 If COUNT_ONLY_NO_PRINT is set in Flags, Buffer will not be modified at all.
1130 and COUNT_ONLY_NO_PRINT set.
1138 If COUNT_ONLY_NO_PRINT was set returns the same, but without any
1188 ASSERT(Flags & COUNT_ONLY_NO_PRINT);
1238 Flags &= (OUTPUT_UNICODE | FORMAT_UNICODE | COUNT_ONLY_NO_PRINT);
1761 return InternalPrintLibSPrintMarker (NULL, 0, FORMAT_UNICODE | OUTPUT_UNICODE | COUNT_ONLY_NO_PRINT, (CHAR
[all...]

Completed in 835 milliseconds