Searched defs:TempIndex (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
H A DVfrServices.cpp746 UINT32 TempIndex; local
747 for (TempIndex = 0; mSourceFileHeader[TempIndex] != NULL; TempIndex++) {
748 fprintf (OutFptr, "%s\n", mSourceFileHeader[TempIndex]);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c122 INTN TempIndex; local
144 for (TempIndex = 0; (TempIndex < Index) && (CurrentLink != StartLink) && (CurrentLink != NULL); TempIndex++) {
148 if (TempIndex != Index || CurrentLink == StartLink) {
1230 UINTN TempIndex; local
1242 for (TempIndex = 0; TempIndex < *NumberOfTableEntries; TempIndex++) {
1247 CurrentRsdtEntry = (UINT32 *) ((UINT8 *) Rsdt + sizeof (EFI_ACPI_DESCRIPTION_HEADER) + TempIndex * sizeo
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
H A DUefiCapsule.c581 UINTN TempIndex; local
650 for (TempIndex = 0; TempIndex < ValidIndex; TempIndex++) {
651 if (DescriptorBuffer[TempIndex] == CapsuleDataPtr64) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
H A DStringDB.c388 UINT32 TempIndex; local
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
1322 UINT32 TempIndex; local
2521 UINT32 TempIndex; local
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
H A DStringDB.c806 UINT32 TempIndex; local
807 for (TempIndex = 0; mSourceFileHeader[TempIndex] != NULL; TempIndex++) {
808 fprintf (OutFptr, "%s\n", mSourceFileHeader[TempIndex]);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c1679 UINTN TempIndex; local
1858 for (TempIndex = 0; TempIndex < Index; TempIndex++) {
1860 for (TempNextIndex = 1; TempNextIndex < Index - TempIndex; TempNextIndex++) {
1885 for (TempIndex = 1; TempIndex < Index; TempIndex++) {
1886 if (E820Table[TempIndex - 1].BaseAddr <= E820Table[TempIndex]
[all...]

Completed in 170 milliseconds