• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/edk2/Include/Library/

Lines Matching refs:Length

246   Copies not more than Length successive char from the string pointed to by
248 Source, then Destination[Length] is always set to null.
252 If Length > 0 and Destination is not aligned on a 16-bit boundary, then ASSERT().
253 If Length > 0 and Source is not aligned on a 16-bit boundary, then ASSERT().
261 @param Length The maximum number of Unicode characters to copy.
265 MIN(StrLen(Source), Length).
280 IN UINTN Length
321 Appends not more than Length successive char from the string pointed to by
323 copied from Source, then Destination[StrLen(Destination) + Length] is always
337 @param Length The maximum number of Unicode characters to copy.
343 greater than MIN(StrLen(Source), Length).
358 IN UINTN Length
654 Copies not more than Length successive char from the string pointed to by
656 Source, then Destination[Length] is always set to null.
666 @param Length The maximum number of Ascii characters to copy.
670 MIN(StrLen(Source), Length).
685 IN UINTN Length
723 Appends not more than Length successive char from the string pointed to by
725 copied from Source, then Destination[StrLen(Destination) + Length] is always
736 @param Length The maximum number of Ascii characters to copy.
742 greater than MIN(StrLen(Source), Length).
757 IN UINTN Length
1007 string Destination, and returns Destination. At most, Length Unicode
1008 characters are copied from Source to Destination. If Length is 0, then
1009 Destination is returned unmodified. If Length is greater that the number of
1014 If Length > 0 and Destination is NULL, then ASSERT().
1015 If Length > 0 and Destination is not aligned on a 16-bit boundary, then ASSERT().
1016 If Length > 0 and Source is NULL, then ASSERT().
1017 If Length > 0 and Source is not aligned on a 16-bit boundary, then ASSERT().
1019 If PcdMaximumUnicodeStringLength is not zero, and Length is greater than
1027 @param Length The maximum number of Unicode characters to copy.
1037 IN UINTN Length
1131 Null-terminated Unicode string SecondString. At most, Length Unicode
1132 characters will be compared. If Length is 0, then 0 is returned. If
1137 If Length > 0 and FirstString is NULL, then ASSERT().
1138 If Length > 0 and FirstString is not aligned on a 16-bit boundary, then ASSERT().
1139 If Length > 0 and SecondString is NULL, then ASSERT().
1140 If Length > 0 and SecondString is not aligned on a 16-bit boundary, then ASSERT().
1141 If PcdMaximumUnicodeStringLength is not zero, and Length is greater than
1152 @param Length The maximum number of Unicode characters to compare.
1163 IN UINTN Length
1221 most, Length Unicode characters are concatenated from Source to the end of
1222 Destination, and Destination is always Null-terminated. If Length is 0, then
1227 If Length > 0 and Destination is not aligned on a 16-bit boundary, then ASSERT().
1228 If Length > 0 and Source is NULL, then ASSERT().
1229 If Length > 0 and Source is not aligned on a 16-bit boundary, then ASSERT().
1231 If PcdMaximumUnicodeStringLength is not zero, and Length is greater than
1245 @param Length The maximum number of Unicode characters to concatenate from
1256 IN UINTN Length
1627 decoding stops after Length of characters and outputs Buffer containing
1628 (Length / 2) bytes.
1633 @param Length The number of Unicode characters to decode.
1640 If Length is not multiple of 2.
1642 and Length is greater than
1644 @retval RETURN_UNSUPPORTED If Length of characters from String contain
1647 @retval RETURN_BUFFER_TOO_SMALL If MaxBufferSize is less than (Length / 2).
1653 IN UINTN Length,
1753 Convert not more than Length successive characters from a Null-terminated
1755 from Source, then Destination[Length] is always set to null.
1757 This function converts not more than Length successive characters from the
1772 @param Length The maximum number of Unicode characters to
1784 and Length or DestMax is greater than
1787 zero, and Length or DestMax is greater than
1791 MIN(StrLen(Source), Length).
1799 IN UINTN Length,
1845 string Destination, and returns Destination. At most, Length ASCII characters
1846 are copied from Source to Destination. If Length is 0, then Destination is
1847 returned unmodified. If Length is greater that the number of ASCII characters
1854 If PcdMaximumAsciiStringLength is not zero, and Length is greater than
1862 @param Length The maximum number of ASCII characters to copy.
1872 IN UINTN Length
1882 If Length > 0 and Destination is NULL, then ASSERT().
1883 If Length > 0 and Source is NULL, then ASSERT().
2000 Null-terminated ASCII string SecondString. At most, Length ASCII characters
2001 will be compared. If Length is 0, then 0 is returned. If FirstString is
2006 If Length > 0 and FirstString is NULL, then ASSERT().
2007 If Length > 0 and SecondString is NULL, then ASSERT().
2008 If PcdMaximumAsciiStringLength is not zero, and Length is greater than
2019 @param Length The maximum number of ASCII characters for compare.
2030 IN UINTN Length
2083 Length ASCII characters are concatenated from Source to the end of
2084 Destination, and Destination is always Null-terminated. If Length is 0, then
2088 If Length > 0 and Destination is NULL, then ASSERT().
2089 If Length > 0 and Source is NULL, then ASSERT().
2091 If PcdMaximumAsciiStringLength is not zero, and Length is greater than
2105 @param Length The maximum number of ASCII characters to concatenate from
2116 IN UINTN Length
2470 decoding stops after Length of characters and outputs Buffer containing
2471 (Length / 2) bytes.
2474 @param Length The number of ASCII characters to decode.
2481 If Length is not multiple of 2.
2483 and Length is greater than
2485 @retval RETURN_UNSUPPORTED If Length of characters from String contain
2488 @retval RETURN_BUFFER_TOO_SMALL If MaxBufferSize is less than (Length / 2).
2494 IN UINTN Length,
2584 Convert not more than Length successive characters from a Null-terminated
2586 from Source, then Destination[Length] is always set to null.
2588 This function converts not more than Length successive characters from the
2595 ((MIN(AsciiStrLen(Source), Length) + 1) * sizeof (CHAR8)) in bytes.
2603 @param Length The maximum number of Ascii characters to convert.
2614 zero, and Length or DestMax is greater than
2617 and Length or DestMax is greater than
2621 MIN(AsciiStrLen(Source), Length).
2629 IN UINTN Length,
4725 The result is returned as UINT8. If Length is Zero, then Zero is
4729 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4732 @param Length The size, in bytes, of Buffer.
4741 IN UINTN Length
4750 buffer specified by Buffer and Length. The carry bits in the result
4752 returned. If Length is 0, then 0 is returned.
4755 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4758 @param Length The size, in bytes, of Buffer.
4767 IN UINTN Length
4776 specified by Buffer and Length. The carry bits in result of addition are dropped.
4777 The 16-bit result is returned. If Length is 0, then 0 is returned.
4781 If Length is not aligned on a 16-bit boundary, then ASSERT().
4782 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4785 @param Length The size, in bytes, of Buffer.
4794 IN UINTN Length
4803 specified by Buffer and Length. The carry bits in the result of addition
4804 are dropped. Then, the two's complement of the sum is returned. If Length
4809 If Length is not aligned on a 16-bit boundary, then ASSERT().
4810 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4813 @param Length The size, in bytes, of Buffer.
4822 IN UINTN Length
4831 specified by Buffer and Length. The carry bits in result of addition are dropped.
4832 The 32-bit result is returned. If Length is 0, then 0 is returned.
4836 If Length is not aligned on a 32-bit boundary, then ASSERT().
4837 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4840 @param Length The size, in bytes, of Buffer.
4849 IN UINTN Length
4858 specified by Buffer and Length. The carry bits in the result of addition
4859 are dropped. Then, the two's complement of the sum is returned. If Length
4864 If Length is not aligned on a 32-bit boundary, then ASSERT().
4865 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4868 @param Length The size, in bytes, of Buffer.
4877 IN UINTN Length
4886 specified by Buffer and Length. The carry bits in result of addition are dropped.
4887 The 64-bit result is returned. If Length is 0, then 0 is returned.
4891 If Length is not aligned on a 64-bit boundary, then ASSERT().
4892 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4895 @param Length The size, in bytes, of Buffer.
4904 IN UINTN Length
4913 specified by Buffer and Length. The carry bits in the result of addition
4914 are dropped. Then, the two's complement of the sum is returned. If Length
4919 If Length is not aligned on a 64-bit boundary, then ASSERT().
4920 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4923 @param Length The size, in bytes, of Buffer.
4932 IN UINTN Length
4940 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
4943 @param[in] Length The number of bytes in the buffer Data.
4952 IN UINTN Length