Lines Matching +full:pulled +full:- +full:up
7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
24 Produces a Null-terminated Unicode string in an output buffer based on
25 a Null-terminated Unicode format string and a BASE_LIST argument list.
27 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
30 Arguments are pulled from the variable argument list specified by Marker based on the
33 the Null-terminator.
35 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
36 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
46 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
51 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
54 @param FormatString A Null-terminated Unicode format string.
58 Null-terminator.
71 Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated
76 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
79 Arguments are pulled from the variable argument list based on the contents of the format string.
81 the Null-terminator.
83 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
84 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
94 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
99 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
102 @param FormatString A Null-terminated Unicode format string.
107 Null-terminator.
120 Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated
123 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
126 Arguments are pulled from the variable argument list specified by Marker based on the
129 the Null-terminator.
131 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
141 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
146 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
149 @param FormatString A Null-terminated ASCII format string.
153 Null-terminator.
166 Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated
171 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
174 Arguments are pulled from the variable argument list based on the contents of the
177 the Null-terminator.
179 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
189 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
194 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
197 @param FormatString A Null-terminated ASCII format string.
202 Null-terminator.
215 Converts a decimal value to a Null-terminated Unicode string.
217 Converts the decimal number specified by Value to a Null-terminated Unicode
221 the Null-terminator.
233 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
235 then Buffer is padded with '0' characters so the combination of the optional '-'
236 sign character, '0' characters, digit characters for Value, and the Null-terminator
237 add up to Width characters.
240 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
245 @param Buffer The pointer to the output buffer for the produced Null-terminated
248 @param Value The 64-bit signed value to convert to a string.
250 the Null-terminator.
252 @return The number of Unicode characters in Buffer not including the Null-terminator.
265 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
268 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
271 Arguments are pulled from the variable argument list specified by Marker based on
274 the Null-terminator.
284 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
289 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
292 @param FormatString A Null-terminated ASCII format string.
296 Null-terminator.
309 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
314 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
317 Arguments are pulled from the variable argument list based on the contents of the
320 the Null-terminator.
330 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
335 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
338 @param FormatString A Null-terminated ASCII format string.
343 Null-terminator.
356 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
359 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
362 Arguments are pulled from the variable argument list specified by Marker based on
365 the Null-terminator.
367 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
377 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
382 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
385 @param FormatString A Null-terminated Unicode format string.
389 Null-terminator.
402 Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
407 Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
410 Arguments are pulled from the variable argument list based on the contents of the
413 the Null-terminator.
415 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
425 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
430 @param StartOfBuffer A pointer to the output buffer for the produced Null-terminated
433 @param FormatString A Null-terminated Unicode format string.
438 Null-terminator.
451 Converts a decimal value to a Null-terminated ASCII string.
453 Converts the decimal number specified by Value to a Null-terminated ASCII string
456 The number of ASCII characters in Buffer is returned not including the Null-terminator.
468 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
470 then Buffer is padded with '0' characters so the combination of the optional '-'
471 sign character, '0' characters, digit characters for Value, and the Null-terminator
472 add up to Width characters.
479 @param Buffer The pointer to the output buffer for the produced Null-terminated
482 @param Value The 64-bit signed value to convert to a string.
484 the Null-terminator.
486 @return The number of ASCII characters in Buffer not including the Null-terminator.
522 Converts a decimal value to a Null-terminated Unicode string.
524 Converts the decimal number specified by Value to a Null-terminated Unicode
539 Buffer is a '-'.
541 Buffer is padded with '0' characters so the combination of the optional '-'
543 Null-terminator add up to Width characters.
545 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
549 Null-terminated Unicode string.
551 Null-terminator.
554 @param Value The 64-bit signed value to convert to a string.
556 Buffer, not including the Null-terminator.
583 Converts a decimal value to a Null-terminated Ascii string.
585 Converts the decimal number specified by Value to a Null-terminated Ascii
600 Buffer is a '-'.
602 Buffer is padded with '0' characters so the combination of the optional '-'
604 Null-terminator add up to Width characters.
609 Null-terminated Ascii string.
611 Null-terminator.
614 @param Value The 64-bit signed value to convert to a string.
616 Buffer, not including the Null-terminator.