Searched refs:Name1 (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/Pei/ |
D | Variable.c | 385 IN CONST CHAR16 *Name1, in CompareVariableName() argument 397 …if (((UINTN) Name1 < (UINTN) TargetAddress) && (((UINTN) Name1 + NameSize) > (UINTN) TargetAddress… in CompareVariableName() 401 PartialNameSize = (UINTN) TargetAddress - (UINTN) Name1; in CompareVariableName() 405 if (CompareMem ((UINT8 *) Name1, (UINT8 *) Name2, PartialNameSize) == 0) { in CompareVariableName() 422 if (CompareMem ((UINT8 *) Name2, (UINT8 *) Name1, PartialNameSize) == 0) { in CompareVariableName() 426 …if (CompareMem ((UINT8 *) (UINTN) SpareAddress, (UINT8 *) Name1 + PartialNameSize, NameSize - Part… in CompareVariableName() 437 if (CompareMem ((UINT8 *) Name1, (UINT8 *) Name2, NameSize) == 0) { in CompareVariableName()
|
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
D | FatFileSystem.h | 203 CHAR8 Name1[10]; // (Really 5 chars, but not WCHAR aligned) member
|
D | DirectoryManage.c | 117 CopyMem (LfnEntry.Name1, LfnBufferPointer, sizeof (CHAR16) * LFN_CHAR1_LEN); in FatStoreDirEnt() 282 CopyMem (LfnBufferPointer, LfnEntry.Name1, sizeof (CHAR16) * LFN_CHAR1_LEN); in FatLoadLongNameEntry()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | UefiLib.c | 38 UINT32 Name1; in CompareIso639LanguageCode() local 41 Name1 = ReadUnaligned24 ((CONST UINT32 *) Language1); in CompareIso639LanguageCode() 44 return (BOOLEAN) (Name1 == Name2); in CompareIso639LanguageCode()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | UefiLib.c | 60 UINT32 Name1; in CompareIso639LanguageCode() local 63 Name1 = ReadUnaligned24 ((CONST UINT32 *) Language1); in CompareIso639LanguageCode() 66 return (BOOLEAN) (Name1 == Name2); in CompareIso639LanguageCode()
|