Searched refs:halfRates (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/tools/tools/ath/athpow/
H A Dathpow.c141 int i, halfRates = n/2; local
143 for (i = 0; i < halfRates; i += 2)
158 int i, halfRates = n/2; local
160 for (i = 0; i < halfRates; i++)
164 rateString[i + halfRates],
165 ratesArray[i + halfRates]/2,
166 (ratesArray[i + halfRates] %2) *5);

Completed in 74 milliseconds