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
505 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in
507 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, then
512 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
523 Buffer, not including the Null-terminator.
529 If PcdMaximumUnicodeStringLength is not
560 The number of ASCII characters in the produced output buffer is returned not including
567 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
570 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
571 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
582 @return The number of ASCII characters in the produced output buffer not including the
604 The number of ASCII characters in the produced output buffer is returned not including
611 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
614 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
615 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
626 @return The number of ASCII characters in the produced output buffer not including the
650 The number of ASCII characters in the produced output buffer is returned not including
657 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
660 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
661 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then
673 @return The number of ASCII characters in the produced output buffer not including the
697 The number of ASCII characters in the produced output buffer is returned not including
700 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
706 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
709 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
710 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
721 @return The number of ASCII characters in the produced output buffer not including the
743 The number of ASCII characters in the produced output buffer is returned not including
746 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
752 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
755 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
756 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
767 @return The number of ASCII characters in the produced output buffer not including the
791 The number of ASCII characters in the produced output buffer is returned not including
794 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
800 If PcdMaximumAsciiStringLength is not zero, and BufferSize >
803 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
804 PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
816 @return The number of ASCII characters in the produced output buffer not including the
846 If Value is < 0 and RADIX_HEX is not set in Flags, then the fist character in
848 If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, then
863 Buffer, not including the Null-terminator.
869 If PcdMaximumAsciiStringLength is not
890 output were produced not including the Null-terminator.
892 If FormatString is not aligned on a 16-bit boundary, then ASSERT().
895 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more
896 than PcdMaximumUnicodeStringLength Unicode characters not including the
902 @return The number of characters that would be produced, not including the
914 output were produced not including the Null-terminator.
917 If PcdMaximumAsciiStringLength is not zero, and FormatString contains more
918 than PcdMaximumAsciiStringLength Ascii characters not including the
924 @return The number of characters that would be produced, not including the