HomeSort by relevance Sort by last modified time
    Searched refs:RELOFST (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 116 RELOFST *PackSource;
117 RELOFST *PackDestination;
156 StringPackBuffer->LanguageNameString = (UINT16) (StringPackBuffer->LanguageNameString + (UINT16) sizeof (RELOFST));
157 StringPackBuffer->PrintableLanguageName = (UINT16) (StringPackBuffer->PrintableLanguageName + (UINT16) sizeof (RELOFST));
159 PackSource = (RELOFST *) (StringPack + 1);
160 PackDestination = (RELOFST *) (StringPackBuffer + 1);
164 // remember that we are adding a string, so the string offsets will all go up by sizeof (RELOFST)
166 PackDestination[Index] = (UINT16) (PackDestination[Index] + sizeof (RELOFST));
213 StringPackBuffer->Header.Length = (UINT32) ((UINTN) StringPackBuffer->Header.Length + EfiStrSize (String) + sizeof (RELOFST));
240 PackDestination = (RELOFST *) (StringPackBuffer + 1);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 208 RELOFST LanguageNameString;
209 RELOFST PrintableLanguageName;
213 // RELOFST StringPointers[];
223 RELOFST LanguageNameString;
224 RELOFST PrintableLanguageName;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 49 typedef UINT32 RELOFST;
303 RELOFST LanguageNameString;
308 RELOFST PrintableLanguageName;
318 // RELOFST StringPointers[];
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 199 RELOFST LanguageNameString;
200 RELOFST PrintableLanguageName;
204 // RELOFST StringPointers[];
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 30 typedef UINT32 RELOFST;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 32 typedef UINT32 RELOFST;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 35 #define STRING_OFFSET RELOFST
457 // Offset[] -- an array of offsets to strings, of type RELOFST each
    [all...]

Completed in 263 milliseconds