Searched defs:idxR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c517 uint16_t idxL = 0, idxR = 0; local
521 numIntercepts, &(idxL), &(idxR));
522 if (idxR < 1)
523 idxR = 1;
526 if (pPwrList[idxL] == pPwrList[idxR])
530 (((currPwr - pPwrList[idxL]) * pVpdList[idxR] +
531 (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
532 (pPwrList[idxR] - pPwrList[idxL]));
553 uint16_t idxL = 0, idxR = 0, numPiers; local
582 &idxL, &idxR);
722 uint16_t idxL = 0, idxR = 0, numPiers; local
[all...]

Completed in 49 milliseconds