Lines Matching refs:matchIndex
289 int matchIndex = -1, lowIndex = -1;
297 matchIndex = 0;
303 matchIndex = i;
313 if ((matchIndex == -1) && (lowIndex == -1))
314 matchIndex = i - 1;
317 if (matchIndex != -1) {
318 *pNewPower = powInfo[matchIndex];
344 int matchIndex = -1, lowIndex = -1;
351 matchIndex = 0;
357 matchIndex = i;
368 if ((matchIndex == -1) && (lowIndex == -1))
369 matchIndex = i - 1;
372 if (matchIndex != -1) {
373 *pNewPower = powInfo[matchIndex];