Lines Matching defs:lowIndex
279 int matchIndex = -1, lowIndex = -1;
299 lowIndex = i - 1;
303 if ((matchIndex == -1) && (lowIndex == -1))
310 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
312 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
318 powInfo[lowIndex].tPow2x[i],
319 powInfo[lowIndex + 1].tPow2x[i]);
334 int matchIndex = -1, lowIndex = -1;
354 lowIndex = i - 1;
358 if ((matchIndex == -1) && (lowIndex == -1))
365 clo = ath9k_hw_fbin2freq(powInfo[lowIndex].bChannel,
367 chi = ath9k_hw_fbin2freq(powInfo[lowIndex + 1].bChannel,
373 powInfo[lowIndex].tPow2x[i],
374 powInfo[lowIndex + 1].tPow2x[i]);