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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DAPInt.h108 static unsigned whichWord(unsigned bitPosition) { argument
116 static unsigned whichBit(unsigned bitPosition) { argument
126 static uint64_t maskBit(unsigned bitPosition) { argument
[all...]
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c95 uint32_t bitPosition, bitsShifted; local
H A Dar5212_reset.c2676 int32_t bitPosition, bitsLeft; local
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DAPInt.cpp583 void APInt::setBit(unsigned bitPosition) { argument
592 void APInt::clearBit(unsigned bitPosition) { argument
604 flipBit(unsigned bitPosition) argument
[all...]

Completed in 203 milliseconds