Home | History | Annotate | Download | only in DxePrintLibPrint2Protocol

Lines Matching refs:Format

66   format string.

68 @param AsciiFormat TRUE if Format is an ASCII string. FALSE if Format is a Unicode string.
69 @param Format Null-terminated format string.
70 @param VaListMarker VA_LIST style variable argument list consumed by processing Format.
71 @param BaseListMarker BASE_LIST style variable argument list consumed by processing Format.
80 IN CONST CHAR8 *Format,
93 ASSERT (Format != NULL);
99 ASSERT (AsciiStrSize (Format) != 0);
103 ASSERT (StrSize ((CHAR16 *) Format) != 0);
109 // Get the first character from the format string
111 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
122 // Get the next character from the format string
124 Format += BytesPerFormatCharacter;
127 // Get the next character from the format string
129 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
157 // Make no output if Format string terminates unexpectedly when
160 Format -= BytesPerFormatCharacter;
212 // Get the next character from the format string
214 Format += BytesPerFormatCharacter;
217 // Get the next character from the format string
219 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
226 a Null-terminated Unicode format string and a VA_LIST argument list
230 The Unicode string is produced by parsing the format string specified by FormatString.
232 contents of the format string.
251 @param FormatString Null-terminated Unicode format string.
282 a Null-terminated Unicode format string and a BASE_LIST argument list
286 The Unicode string is produced by parsing the format string specified by FormatString.
288 contents of the format string.
307 @param FormatString Null-terminated Unicode format string.
328 Unicode format string and variable argument list.
332 The Unicode string is produced by parsing the format string specified by FormatString.
333 Arguments are pulled from the variable argument list based on the contents of the format string.
352 @param FormatString Null-terminated Unicode format string.
354 format string specified by FormatString.
380 ASCII format string and a VA_LIST argument list
384 The Unicode string is produced by parsing the format string specified by FormatString.
386 contents of the format string.
404 @param FormatString Null-terminated Unicode format string.
435 ASCII format string and a BASE_LIST argument list
439 The Unicode string is produced by parsing the format string specified by FormatString.
441 contents of the format string.
459 @param FormatString Null-terminated Unicode format string.
480 ASCII format string and variable argument list.
484 The Unicode string is produced by parsing the format string specified by FormatString.
486 format string.
504 @param FormatString Null-terminated Unicode format string.
506 format string specified by FormatString.
548 formatted in hexadecimal format.
585 ASCII format string and a VA_LIST argument list.
589 The ASCII string is produced by parsing the format string specified by FormatString.
591 the contents of the format string.
608 @param FormatString Null-terminated Unicode format string.
639 ASCII format string and a BASE_LIST argument list.
643 The ASCII string is produced by parsing the format string specified by FormatString.
645 the contents of the format string.
662 @param FormatString Null-terminated Unicode format string.
683 ASCII format string and variable argument list.
687 The ASCII string is produced by parsing the format string specified by FormatString.
689 format string.
706 @param FormatString Null-terminated Unicode format string.
708 format string specified by FormatString.
734 ASCII format string and a VA_LIST argument list.
738 The ASCII string is produced by parsing the format string specified by FormatString.
740 the contents of the format string.
758 @param FormatString Null-terminated Unicode format string.
789 ASCII format string and a BASE_LIST argument list.
793 The ASCII string is produced by parsing the format string specified by FormatString.
795 the contents of the format string.
813 @param FormatString Null-terminated Unicode format string.
834 ASCII format string and variable argument list.
838 The ASCII string is produced by parsing the format string specified by FormatString.
840 format string.
858 @param FormatString Null-terminated Unicode format string.
860 format string specified by FormatString.
903 formatted in hexadecimal format.
1006 based on a Null-terminated format string and a VA_LIST argument list.
1008 VSPrint function to process format and place the results in Buffer. Since a
1015 parsing of Format into.
1021 @param[in] Format A Null-terminated format string.
1023 processing Format.
1025 by processing Format.
1037 IN CONST CHAR8 *Format,
1044 based on a Null-terminated format string and variable argument list.
1046 VSPrint function to process format and place the results in Buffer. Since a
1051 of Format into.
1056 @param FormatString A Null-terminated format string.
1166 based on a Null-terminated format string and a VA_LIST argument list.
1168 VSPrint function to process format and place the results in Buffer. Since a
1175 parsing of Format into.
1181 @param[in] Format A Null-terminated format string.
1183 processing Format.
1185 by processing Format.
1197 IN CONST CHAR8 *Format,
1278 // Make sure format string cannot contain more than PcdMaximumUnicodeStringLength
1281 ASSERT (StrSize ((CHAR16 *) Format) != 0);
1286 // Make sure format string cannot contain more than PcdMaximumAsciiStringLength
1289 ASSERT (AsciiStrSize (Format) != 0);
1295 // Get the first character from the format string
1297 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1300 // Loop until the end of the format string is reached or the output buffer is full
1328 Format += BytesPerFormatCharacter;
1329 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1381 Format += BytesPerFormatCharacter;
1382 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1384 Format -= BytesPerFormatCharacter;
1395 // Make no output if Format string terminates unexpectedly when
1398 Format -= BytesPerFormatCharacter;
1446 // This assumption is made so the format string definition is compatible with the ANSI C
1486 // This assumption is made so the format string definition is compatible with the ANSI C
1500 // This assumption is made so the format string definition is compatible with the ANSI C
1660 Format += BytesPerFormatCharacter;
1661 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1672 Format -= BytesPerFormatCharacter;
1681 Format += BytesPerFormatCharacter;
1682 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1684 Format -= BytesPerFormatCharacter;
1700 Format += BytesPerFormatCharacter;
1701 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1712 Format -= BytesPerFormatCharacter;
1721 Format += BytesPerFormatCharacter;
1722 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1724 Format -= BytesPerFormatCharacter;
1843 // Get the next character from the format string
1845 Format += BytesPerFormatCharacter;
1848 // Get the next character from the format string
1850 FormatCharacter = ((*Format & 0xff) | (*(Format + 1) << 8)) & FormatMask;
1883 @param[in] FormatString A Null-terminated Unicode format string.
1906 @param[in] FormatString A Null-terminated ASCII format string.