Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h81 unsigned numSymbols; // number of symbol addresses
105 numSymbols = 0; in AggBuffer()
136 numSymbols++; in addSymbol()
140 if (numSymbols == 0) { in print()
182 if (nSym >= numSymbols) in print()
H A DNVPTXAsmPrinter.cpp1189 if (aggBuffer.numSymbols) { in printModuleLevelGV()
/netbsd/sys/external/isc/atheros_hal/dist/
H A Dah.c151 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
198 numSymbols = howmany(numBits, bitsPerSymbol); in ath_hal_computetxtime()
201 + (numSymbols * OFDM_SYMBOL_TIME_QUARTER); in ath_hal_computetxtime()
208 numSymbols = howmany(numBits, bitsPerSymbol); in ath_hal_computetxtime()
211 + (numSymbols * OFDM_SYMBOL_TIME_HALF); in ath_hal_computetxtime()
217 numSymbols = howmany(numBits, bitsPerSymbol); in ath_hal_computetxtime()
219 + (numSymbols * OFDM_SYMBOL_TIME); in ath_hal_computetxtime()
238 numSymbols = howmany(numBits, bitsPerSymbol); in ath_hal_computetxtime()
240 + (numSymbols * TURBO_SYMBOL_TIME); in ath_hal_computetxtime()
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp31 void dumpSymbols(unsigned numSymbols);