Home
last modified time | relevance | path

Searched defs:bitPosition (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h120 static unsigned whichWord(unsigned bitPosition) { in whichWord()
128 static unsigned whichBit(unsigned bitPosition) { in whichBit()
138 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
163 uint64_t getWord(unsigned bitPosition) const { in getWord()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c97 uint32_t bitPosition, bitsShifted; in ar5212GetRfField() local
H A Dar5212_reset.c2681 int32_t bitPosition, bitsLeft; in ar5212ModifyRfBuffer() local
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp340 void APInt::flipBit(unsigned bitPosition) { in flipBit()
346 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits()