Searched defs:AsciiStrLen (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
H A DString.c1117 ASSERT ((UINTN)(Destination - Source) > AsciiStrLen (Source));
1118 ASSERT ((UINTN)(Source - Destination) > AsciiStrLen (Source));
1178 ASSERT ((UINTN)(Destination - Source) > AsciiStrLen (Source));
1210 AsciiStrLen ( function
1253 return (AsciiStrLen (String) + 1) * sizeof (*String);
1500 AsciiStrCpy (Destination + AsciiStrLen (Destination), Source);
1554 AsciiStrnCpy (Destination + AsciiStrLen (Destination), Source, Length);
1605 ASSERT (AsciiStrLen (String) < PcdGet32 (PcdMaximumAsciiStringLength));
1613 ASSERT (AsciiStrLen (SearchString) < PcdGet32 (PcdMaximumAsciiStringLength));
1684 ASSERT (AsciiStrLen (Strin
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
H A DString.c1074 // Length tests are performed inside AsciiStrLen().
1123 ASSERT ((UINTN)(Destination - Source) > AsciiStrLen (Source));
1124 ASSERT ((UINTN)(Source - Destination) > AsciiStrLen (Source));
1185 ASSERT ((UINTN)(Destination - Source) > AsciiStrLen (Source));
1223 AsciiStrLen ( function
1266 return (AsciiStrLen (String) + 1) * sizeof (*String);
1522 AsciiStrCpy (Destination + AsciiStrLen (Destination), Source);
1580 DestinationLen = AsciiStrLen (Destination);
1998 equal or greater than ((AsciiStrLen (Source) + 1) * sizeof (CHAR16)) in bytes.
2036 ASSERT ((UINTN) ((CHAR8 *) Destination - Source) > AsciiStrLen (Sourc
[all...]

Completed in 629 milliseconds