Searched defs:Precision (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.c316 UINTN Precision; local
414 Precision = 1;
459 Precision = VA_ARG (VaListMarker, UINTN);
461 Precision = BASE_ARG (BaseListMarker, UINTN);
488 Precision = Count;
498 Precision = 0;
565 Precision = 1;
591 if (Value == 0 && Precision == 0) {
605 Precision++;
613 Precision
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c1159 UINTN Precision; local
1244 Precision = 1;
1289 Precision = VA_ARG (VaListMarker, UINTN);
1291 Precision = BASE_ARG (BaseListMarker, UINTN);
1318 Precision = Count;
1328 Precision = 0;
1395 Precision = 1;
1421 if (Value == 0 && Precision == 0) {
1435 Precision++;
1443 Precision
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/
H A Dprog_instruction.h383 GLuint Precision:3; member in struct:prog_instruction

Completed in 196 milliseconds