| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 279 : BitWidth(numBits) { in BitWidth() argument 495 bool isMask(unsigned numBits) const { in isMask() 530 static APInt getMaxValue(unsigned numBits) { in getMaxValue() 535 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() 542 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } in getMinValue() 545 static APInt getSignedMinValue(unsigned numBits) { in getSignedMinValue() 562 static APInt getAllOnesValue(unsigned numBits) { in getAllOnesValue() 588 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) { in getOneBitSet() 624 static APInt getBitsSetFrom(unsigned numBits, unsigned loBit) { in getBitsSetFrom() 636 static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet) { in getHighBitsSet() [all …]
|
| H A D | APSInt.h | 270 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 277 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
| /freebsd-12.1/sys/net80211/ |
| H A D | ieee80211_phy.c | 508 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local 601 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local
|
| /freebsd-12.1/tools/tools/net80211/wlantxtime/ |
| H A D | wlantxtime.c | 333 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local 411 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ar5212/ |
| H A D | ar5212_rfgain.c | 94 ar5212GetRfField(uint32_t *rfBuf, uint32_t numBits, uint32_t firstBit, uint32_t column) in ar5212GetRfField()
|
| H A D | ar5212_reset.c | 2676 ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32, uint32_t numBits, in ar5212ModifyRfBuffer()
|
| /freebsd-12.1/sys/dev/ath/ath_hal/ |
| H A D | ah.c | 408 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ath_computedur_ht() local 436 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.cpp | 419 unsigned numBits = BI->getNumBits(); in reverseBitsForLittleEndianEncoding() local
|
| H A D | FixedLenDecoderEmitter.cpp | 521 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, in Filter()
|
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_ldm.c | 65 static U32 ZSTD_ldm_getSmallHash(U64 value, U32 numBits) in ZSTD_ldm_getSmallHash()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | APInt.cpp | 109 APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal) in APInt() 114 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() 405 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits()
|
| /freebsd-12.1/contrib/wpa/src/utils/ |
| H A D | http_curl.c | 306 ASN1_INTEGER *numBits; member
|