Lines Matching refs:matchIndex
279 int matchIndex = -1, lowIndex = -1;
287 matchIndex = 0;
293 matchIndex = i;
303 if ((matchIndex == -1) && (lowIndex == -1))
304 matchIndex = i - 1;
307 if (matchIndex != -1) {
308 *pNewPower = powInfo[matchIndex];
334 int matchIndex = -1, lowIndex = -1;
341 matchIndex = 0;
347 matchIndex = i;
358 if ((matchIndex == -1) && (lowIndex == -1))
359 matchIndex = i - 1;
362 if (matchIndex != -1) {
363 *pNewPower = powInfo[matchIndex];