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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.h34 #define PRECISION BIT11 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c943 #define PRECISION BIT11 macro
1261 Flags |= PRECISION;
1280 if ((Flags & PRECISION) == 0) {
1296 if ((Flags & PRECISION) == 0) {
1314 if ((Flags & PRECISION) == 0) {
1442 if ((Flags & PRECISION) == 0) {
1469 if ((Flags & PRECISION) == 0) {
1659 for (Count = 0; Count < Precision || ((Flags & PRECISION) == 0); Count++) {

Completed in 327 milliseconds