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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
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
/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 45 milliseconds