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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 721 UINT8 StrIndex;
754 StrIndex = Type0Record->BiosVersion;
755 GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type0Record + Type0Record->Hdr.Length), StrIndex, &NewString);
764 StrIndex = Type1Record->ProductName;
765 GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type1Record + Type1Record->Hdr.Length), StrIndex, &NewString);
774 StrIndex = Type4Record->ProcessorVersion;
775 GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type4Record + Type4Record->Hdr.Length), StrIndex, &NewString);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.c 853 UINT8 StrIndex;
890 StrIndex = Type0Record->BiosVersion;
891 GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type0Record + Type0Record->Hdr.Length), StrIndex, &NewString);
907 StrIndex = Type1Record->ProductName;
908 GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type1Record + Type1Record->Hdr.Length), StrIndex, &NewString);
921 StrIndex = Type4Record->ProcessorVersion;
922 GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type4Record + Type4Record->Hdr.Length), StrIndex, &NewString);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Nv.c 306 UINTN StrIndex;
312 StrIndex = 0;
336 Str[StrIndex++] = L'\0';
338 Str[StrIndex++] = L' ';
342 Str[StrIndex++] = *(TempStr + TemIndex);
    [all...]
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 122 auto StrIndex = InfoData.getULEB128(&InfoOffset);
124 uint32_t StrOffsetsOffset = 4 * StrIndex;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 307 UINTN StrIndex;
320 for (StrIndex = 0, Index = 0; Index < BootOptionCount; Index++) {
326 BootMenuData->PtrTokens[StrIndex++] = HiiSetString (
334 BootMenuData->ItemCount = StrIndex;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.c 556 UINTN StrIndex;
641 for (StrIndex = 1, TargetStrOffset = 0; StrIndex < *StringNumber; StrStart++, TargetStrOffset++) {
646 StrIndex++;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c 823 UINT8 StrIndex;
892 StrIndex = Type0Record->BiosVersion;
893 GetOptionalStringByIndex ((CHAR8*)((UINT8*)Type0Record + Type0Record->Hdr.Length), StrIndex, &BiosVersion);
    [all...]

Completed in 505 milliseconds