Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h105 static unsigned whichWord(unsigned bitPosition) { in whichWord()
112 static unsigned whichBit(unsigned bitPosition) { in whichBit()
121 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
150 uint64_t getWord(unsigned bitPosition) const { in getWord()
/external/llvm/include/llvm/ADT/
DAPInt.h108 static unsigned whichWord(unsigned bitPosition) { in whichWord()
116 static unsigned whichBit(unsigned bitPosition) { in whichBit()
126 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
156 uint64_t getWord(unsigned bitPosition) const { in getWord()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DBitSet.java162 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
Dtest_fec.cc191 const uint32_t bitPosition = (7 - j % 8); in TEST() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DBitSet.java169 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp598 void APInt::setBit(unsigned bitPosition) { in setBit()
607 void APInt::clearBit(unsigned bitPosition) { in clearBit()
619 void APInt::flipBit(unsigned bitPosition) { in flipBit()
/external/llvm/lib/Support/
DAPInt.cpp575 void APInt::setBit(unsigned bitPosition) { in setBit()
584 void APInt::clearBit(unsigned bitPosition) { in clearBit()
596 void APInt::flipBit(unsigned bitPosition) { in flipBit()