Lines Matching defs:Index
379 UINTN Index;
395 for (Index = 0; Index < ((VarSize/sizeof(UINT16)) - 1); Index++) {
396 NewBootOptionArray[Index] = BootOptionArray[Index];
401 NewBootOptionArray[Index] = BootOption;
518 UINTN Index;
520 for(Index=0;Index<ST->NumberOfTableEntries;Index++) {
521 if (CompareGuid(TableGuid,&(ST->ConfigurationTable[Index].VendorGuid))==0) {
522 *Table = ST->ConfigurationTable[Index].VendorTable;
539 UI_STRING_TYPE Index;
551 for (Index = UiDeviceString, Array = Ui->Entry; Index < StringType; Index++, Array++) {