Searched refs:halfRates (Results 1 – 1 of 1) sorted by relevance
139 int i, halfRates = n/2; in printPcdacTable() local141 for (i = 0; i < halfRates; i += 2) in printPcdacTable()156 int i, halfRates = n/2; in printPowerPerRate() local158 for (i = 0; i < halfRates; i++) in printPowerPerRate()162 rateString[i + halfRates], in printPowerPerRate()163 ratesArray[i + halfRates]/2, in printPowerPerRate()164 (ratesArray[i + halfRates] %2) *5); in printPowerPerRate()