Home
last modified time | relevance | path

Searched refs:Source2 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.c693 IN UINT8 *Source2, in StringCmp() argument
702 if (Source1[Index] == Source2[Index]) { in StringCmp()
707 …Dif = (UINT8) ((Source1[Index] > Source2[Index]) ? (Source1[Index] - Source2[Index]) : (Source2[In… in StringCmp()
DPeiCdExpress.h296 IN UINT8 *Source2,
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileModify.c328 IN CONST CHAR16 *Source2 in AddStr() argument
335 ASSERT (Source2 != NULL); in AddStr()
338 StrLength = StrSize (Source2); in AddStr()
341 StrLength += StrSize (Source2) - 2; in AddStr()
348 StrCpyS (TmpStr, StrLength / sizeof (CHAR16), Source2); in AddStr()
352 StrCatS (TmpStr, StrLength / sizeof (CHAR16),Source2); in AddStr()