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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBootSupport.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 388 UINT32 TempIndex;
542 for (TempIndex = 0; TempIndex < sizeof (EFI_HII_STRING_PACK_HEADER); TempIndex++, Ptr++) {
543 if ((TempIndex & 0x07) == 0) {
566 for (TempIndex = 0; TempIndex < sizeof (STRING_OFFSET); TempIndex++) {
567 fprintf (Fptr, "0x%02X, ", (UINT32) Ptr[TempIndex]);
708 for (TempIndex = 0; TempStringPtr[TempIndex] != 0; TempIndex++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 746 UINT32 TempIndex;
747 for (TempIndex = 0; mSourceFileHeader[TempIndex] != NULL; TempIndex++) {
748 fprintf (OutFptr, "%s\n", mSourceFileHeader[TempIndex]);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupportAcpiSupportProtocol.c 122 INTN TempIndex;
144 for (TempIndex = 0; (TempIndex < Index) && (CurrentLink != StartLink) && (CurrentLink != NULL); TempIndex++) {
148 if (TempIndex != Index || CurrentLink == StartLink) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
UefiCapsule.c 719 UINTN TempIndex;
788 for (TempIndex = 0; TempIndex < ValidIndex; TempIndex++) {
789 if (DescriptorBuffer[TempIndex] == CapsuleDataPtr64) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 806 UINT32 TempIndex;
807 for (TempIndex = 0; mSourceFileHeader[TempIndex] != NULL; TempIndex++) {
808 fprintf (OutFptr, "%s\n", mSourceFileHeader[TempIndex]);
    [all...]

Completed in 809 milliseconds