Home
last modified time | relevance | path

Searched defs:numBits (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h112 : BitWidth(numBits) { in BitWidth() argument
180 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } in getZero()
186 static APInt getMaxValue(unsigned numBits) { return getAllOnes(numBits); } in getMaxValue()
189 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue()
196 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } in getMinValue()
199 static APInt getSignedMinValue(unsigned numBits) { in getSignedMinValue()
214 static APInt getAllOnes(unsigned numBits) { in getAllOnes()
219 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) { in getOneBitSet()
238 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
250 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap()
[all …]
H A DAPSInt.h303 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue()
311 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
/freebsd/sys/net80211/
H A Dieee80211_phy.c506 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
598 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c331 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ieee80211_compute_duration() local
409 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ieee80211_compute_duration_ht() local
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c92 ar5212GetRfField(uint32_t *rfBuf, uint32_t numBits, uint32_t firstBit, uint32_t column) in ar5212GetRfField()
H A Dar5212_reset.c2672 ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32, uint32_t numBits, in ar5212ModifyRfBuffer()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp369 unsigned numBits = BI->getNumBits(); in reverseBitsForLittleEndianEncoding() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp106 APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal) : BitWidth(numBits) { in APInt()
110 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()
426 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits()
453 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits()
489 uint64_t APInt::extractBitsAsZExtValue(unsigned numBits, in extractBitsAsZExtValue()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c406 uint32_t bitsPerSymbol, numBits, numSymbols, txTime; in ath_computedur_ht() local
434 uint32_t bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath_hal_computetxtime() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_ldm.c68 static U32 ZSTD_ldm_getSmallHash(U64 value, U32 numBits) in ZSTD_ldm_getSmallHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h803 static APInt getSaturationPoint(Intrinsic::ID ID, unsigned numBits) { in getSaturationPoint()
821 APInt getSaturationPoint(unsigned numBits) const { in getSaturationPoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1235 unsigned int numBits) { in F_Load()
1484 bool FMV_i2f(T inst, unsigned int numBits, E (APInt::*f)() const) { in FMV_i2f()
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c307 ASN1_INTEGER *numBits; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp594 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, in Filter()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2401 uint64_t numBits = symbols.size() * 12; in finalizeContents() local