Home
last modified time | relevance | path

Searched refs:numSymbols (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c170 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
191 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
194 (numSymbols * OFDM_SYMBOL_TIME_QUARTER); in ath9k_hw_computetxtime()
199 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
202 (numSymbols * OFDM_SYMBOL_TIME_HALF); in ath9k_hw_computetxtime()
206 numSymbols = DIV_ROUND_UP(numBits, bitsPerSymbol); in ath9k_hw_computetxtime()
208 (numSymbols * OFDM_SYMBOL_TIME); in ath9k_hw_computetxtime()
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c776 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices() argument
785 if (i >= numSymbols) in LenEnc_SetPrices()
791 if (i >= numSymbols) in LenEnc_SetPrices()
795 for (; i < numSymbols; i++) in LenEnc_SetPrices()