Lines Matching full:not

20   This does not follow the ANSI C standard for sprint().  The format of argument
22 followed for some of the format types, and has not been followed for others.
29 - The field is left justified. If not flag is not specified, then the
44 If this flag is not specified, then the number being printed is size int.
55 - NOTE: If [width] is not specified, then a field width of 0 is assumed.
65 - NOTE: If [.precision] is not specified, then a precision of 0 is assumed.
76 A..F. If the flag 'L' is not specified, then the argument is assumed
77 to be size int. This does not follow ANSI C.
81 'L' is not specified, then the argument is assumed to be size int.
82 This does not follow ANSI C.
84 - The argument is a signed decimal number. If the flag 'L' is not specified,
87 - The argument is a unsigned decimal number. If the flag 'L' is not specified,
94 This does not follow ANSI C.
97 This does not follow ANSI C.
101 This does not follow ANSI C.
107 This does not follow ANSI C.
110 a string following the table below. This does not follow ANSI C.
124 - "Not Ready"
140 - "Not Found"
150 - "Not started"
211 The number of Unicode characters in the produced output buffer is returned not including
214 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
215 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
221 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
224 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
225 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
236 @return The number of Unicode characters in the produced output buffer not including the
258 The number of Unicode characters in the produced output buffer is returned not including
261 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
262 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
268 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
271 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
272 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
283 @return The number of Unicode characters in the produced output buffer not including the
306 The number of Unicode characters in the produced output buffer is returned not including
309 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
310 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
316 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
319 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
320 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
332 @return The number of Unicode characters in the produced output buffer not including the
356 The number of Unicode characters in the produced output buffer is returned not including
359 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
365 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
368 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
369 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
380 @return The number of Unicode characters in the produced output buffer not including the
402 The number of Unicode characters in the produced output buffer is returned not including
405 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
411 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
414 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
415 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
426 @return The number of Unicode characters in the produced output buffer not including the
450 The number of Unicode characters in the produced output buffer is returned not including
453 If StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
459 If PcdMaximumUnicodeStringLength is not zero, and BufferSize >
462 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
463 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
475 @return The number of Unicode characters in the produced output buffer not including the
498 The number of Unicode characters in Buffer is returned, not including the Null-terminator.
511 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
512 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored,
518 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
527 @param Width The maximum number of Unicode characters to place in Buffer, not including
530 @return The number of Unicode characters in Buffer, not including the Null-terminator.
561 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in
563 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, then
568 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
579 Buffer, not including the Null-terminator.
585 If PcdMaximumUnicodeStringLength is not
616 The number of ASCII characters in the produced output buffer is returned not including
623 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
626 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
627 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
638 @return The number of ASCII characters in the produced output buffer not including the
660 The number of ASCII characters in the produced output buffer is returned not including
667 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
670 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
671 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
682 @return The number of ASCII characters in the produced output buffer not including the
706 The number of ASCII characters in the produced output buffer is returned not including
713 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
716 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
717 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
729 @return The number of ASCII characters in the produced output buffer not including the
753 The number of ASCII characters in the produced output buffer is returned not including
756 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
762 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
765 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
766 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
777 @return The number of ASCII characters in the produced output buffer not including the
799 The number of ASCII characters in the produced output buffer is returned not including
802 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
808 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
811 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
812 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
823 @return The number of ASCII characters in the produced output buffer not including the
847 The number of ASCII characters in the produced output buffer is returned not including
850 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
856 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
859 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
860 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
872 @return The number of ASCII characters in the produced output buffer not including the
896 The number of ASCII characters in Buffer is returned, not including the Null-terminator.
908 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in Buffer is a '-'.
909 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored,
923 @param Width The maximum number of ASCII characters to place in Buffer, not including
926 @return The number of ASCII characters in Buffer, not including the Null-terminator.
957 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in
959 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, then
974 Buffer, not including the Null-terminator.
980 If PcdMaximumAsciiStringLength is not
1001 output were produced not including the Null-terminator.
1003 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
1006 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more
1007 than PcdMaximumUnicodeStringLength Unicode characters not including the
1013 @return The number of characters that would be produced, not including the
1025 output were produced not including the Null-terminator.
1028 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more
1029 than PcdMaximumAsciiStringLength Ascii characters not including the
1035 @return The number of characters that would be produced, not including the