HomeSort by relevance Sort by last modified time
    Searched refs:PrintNum (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibPrint.c 334 @param PrintNum The number of Unicode formatted string to be printed.
347 IN UINTN PrintNum
539 PrintNum = RowInfoArray[0].EndIndex - RowInfoArray[0].StartIndex + 1;
541 PrintNum = 0;
546 return PrintNum;
611 UINTN PrintNum;
624 PrintNum = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
628 ReturnNum = InternalPrintGraphic (PointX, PointY, ForeGround, BackGround, Buffer, PrintNum);
690 UINTN PrintNum;
702 PrintNum = UnicodeSPrintAsciiFormat (Buffer, BufferSize, Format, Marker);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLibPrint.c 334 @param PrintNum The number of Unicode formatted string to be printed.
347 IN UINTN PrintNum
539 PrintNum = RowInfoArray[0].EndIndex - RowInfoArray[0].StartIndex + 1;
541 PrintNum = 0;
546 return PrintNum;
611 UINTN PrintNum;
624 PrintNum = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
628 ReturnNum = InternalPrintGraphic (PointX, PointY, ForeGround, BackGround, Buffer, PrintNum);
690 UINTN PrintNum;
702 PrintNum = UnicodeSPrintAsciiFormat (Buffer, BufferSize, Format, Marker);
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 343 static void PrintNum(UInt64 val, unsigned numDigits, char c = ' ')
359 PrintNum(sec, 6);
362 PrintNum(ms, 3, '0');
374 PrintNum(percent, 5);
385 PrintNum(SHIFT_SIZE_VALUE(val, 20), 7);

Completed in 240 milliseconds