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

/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h236 APInt(unsigned numBits, uint64_t val, bool isSigned = false) argument
418 getMaxValue(unsigned numBits) argument
423 getSignedMaxValue(unsigned numBits) argument
430 getMinValue(unsigned numBits) argument
433 getSignedMinValue(unsigned numBits) argument
450 getAllOnesValue(unsigned numBits) argument
457 getNullValue(unsigned numBits) argument
476 getOneBitSet(unsigned numBits, unsigned BitNo) argument
495 getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) argument
[all...]
H A DAPSInt.h254 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { argument
261 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { argument
/freebsd-10.1-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp825 uint32_t numBits = ((Len * 64) / 19) + 2; local
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp66 unsigned numBits = BI->getNumBits(); local
H A DFixedLenDecoderEmitter.cpp502 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, argument
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c92 ar5212GetRfField(uint32_t *rfBuf, uint32_t numBits, uint32_t firstBit, uint32_t column) argument
H A Dar5212_reset.c2665 ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32, uint32_t numBits, argument
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DAPInt.cpp76 void APInt::initSlowCase(unsigned numBits, uint64_t val, bool isSigned) { argument
106 APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal) argument
111 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) argument
[all...]
/freebsd-10.1-release/sys/net80211/
H A Dieee80211_phy.c502 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
600 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; local
[all...]
/freebsd-10.1-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c338 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
416 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; local
[all...]
/freebsd-10.1-release/sys/dev/ath/ath_hal/
H A Dah.c324 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; local
352 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; local
[all...]

Completed in 131 milliseconds