Lines Matching refs:Index1
72 INTN Index1;
83 for (Index1 = 0; Index1 < MAX_MBR_PARTITIONS; Index1++) {
84 if (Mbr->Partition[Index1].OSIndicator == 0x00 || UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) == 0) {
89 StartingLBA = UNPACK_UINT32 (Mbr->Partition[Index1].StartingLBA);
90 EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
106 for (Index2 = Index1 + 1; Index2 < MAX_MBR_PARTITIONS; Index2++) {
114 // This region overlaps with the Index1'th region