Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h119 static unsigned whichWord(unsigned bitPosition) { in whichWord()
127 static unsigned whichBit(unsigned bitPosition) { in whichBit()
137 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
162 uint64_t getWord(unsigned bitPosition) const { in getWord()
/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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h112 static unsigned whichWord(unsigned bitPosition) { in whichWord()
120 static unsigned whichBit(unsigned bitPosition) { in whichBit()
130 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
160 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/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/tool/src/main/java/org/antlr/misc/
DBitSet.java165 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h732 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. member
765 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, member
980 UINT_32 bitPosition; ///< Bit position, 0 or 4. CMASK and HTILE shares some lib method. member
1012 UINT_32 bitPosition; ///< Bit position 0 or 4. CMASK and HTILE share some methods member
1193 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member
1225 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member
1414 UINT_32 bitPosition; ///< Bit position within fmaskAddr, 0-7. member
1445 UINT_32 bitPosition; ///< Bit position within addr, 0-7. member
2562 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. member
2595 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, member
[all …]
/external/mesa3d/src/amd/addrlib/core/
Daddrlib1.cpp2167 UINT_32 bitPosition, ///< [in] bitPosition in a byte in HwlComputeXmaskCoordFromAddr()
2599 UINT_32 bitPosition, ///< [in] bitPosition in a byte in ComputeSurfaceCoordFromAddrLinear()
2632 UINT_32 bitPosition, ///< [in] bitPosition in a byte in ComputeSurfaceCoordFromAddrMicroTiled()
/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()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp553 void APInt::setBit(unsigned bitPosition) { in setBit()
562 void APInt::clearBit(unsigned bitPosition) { in clearBit()
574 void APInt::flipBit(unsigned bitPosition) { in flipBit()
/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.cpp2177 UINT_32 bitPosition = pIn->bitPosition; in DispatchComputeSurfaceCoordFromAddr() local
2318 UINT_32 bitPosition, ///< [in] bit position in ComputeSurfaceCoordFromAddrMacroTiled()
Dsiaddrlib.cpp1418 UINT_32 bitPosition, ///< [in] bitPosition in a byte in HwlComputeXmaskCoordFromAddr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp338 void APInt::flipBit(unsigned bitPosition) { in flipBit()
344 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits()