Searched refs:matchIndex (Results 1 – 1 of 1) sorted by relevance
2097 int matchIndex = -1, lowIndex = -1; in ar5416GetTargetPowers() local2106 matchIndex = 0; in ar5416GetTargetPowers()2110 matchIndex = i; in ar5416GetTargetPowers()2119 if ((matchIndex == -1) && (lowIndex == -1)) { in ar5416GetTargetPowers()2121 matchIndex = i - 1; in ar5416GetTargetPowers()2125 if (matchIndex != -1) { in ar5416GetTargetPowers()2126 OS_MEMCPY(pNewPower, &powInfo[matchIndex], sizeof(*pNewPower)); in ar5416GetTargetPowers()2157 int matchIndex = -1, lowIndex = -1; in ar5416GetTargetPowersLeg() local2166 matchIndex = 0; in ar5416GetTargetPowersLeg()2170 matchIndex = i; in ar5416GetTargetPowersLeg()[all …]