Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h110 BitWidth(numBits) BitWidth() argument
178 getZero(unsigned numBits) getZero() argument
184 getMaxValue(unsigned numBits) getMaxValue() argument
187 getSignedMaxValue(unsigned numBits) getSignedMaxValue() argument
194 getMinValue(unsigned numBits) getMinValue() argument
197 getSignedMinValue(unsigned numBits) getSignedMinValue() argument
212 getAllOnes(unsigned numBits) getAllOnes() argument
217 getOneBitSet(unsigned numBits,unsigned BitNo) getOneBitSet() argument
236 getBitsSet(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSet() argument
248 getBitsSetWithWrap(unsigned numBits,unsigned loBit,unsigned hiBit) getBitsSetWithWrap() argument
264 getBitsSetFrom(unsigned numBits,unsigned loBit) getBitsSetFrom() argument
274 getHighBitsSet(unsigned numBits,unsigned hiBitsSet) getHighBitsSet() argument
284 getLowBitsSet(unsigned numBits,unsigned loBitsSet) getLowBitsSet() argument
466 isMask(unsigned numBits) isMask() argument
[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-src/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-src/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-src/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-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp
H A DDecoderEmitter.cpp570 Filter(FilterChooser & owner,unsigned startBit,unsigned numBits,bool mixed) Filter() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp106 APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal) : BitWidth(numBits) { in APInt() argument
110 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() argument
426 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits() argument
453 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits() argument
489 extractBitsAsZExtValue(unsigned numBits,unsigned bitPosition) const extractBitsAsZExtValue() argument
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h795 getSaturationPoint(Intrinsic::ID ID,unsigned numBits) getSaturationPoint() argument
813 getSaturationPoint(unsigned numBits) getSaturationPoint() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1220 F_Load(T inst,const fltSemantics & (* semantics)(),unsigned int numBits) F_Load() argument
1469 FMV_i2f(T inst,unsigned int numBits,E (APInt::* f)()const) FMV_i2f() argument
/freebsd-src/contrib/wpa/src/utils/
H A Dhttp_curl.c306 ASN1_INTEGER *numBits; global() member
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2380 uint64_t numBits = symbols.size() * 12; finalizeContents() local