/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 105 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/ |
D | APInt.h | 112 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/ |
D | APInt.h | 108 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/ |
D | BitSet.java | 162 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/ |
D | test_fec.cc | 191 const uint32_t bitPosition = (7 - j % 8); in TEST() local
|
/external/mesa3d/src/amd/addrlib/ |
D | addrinterface.h | 652 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. member 685 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, member 889 UINT_32 bitPosition; ///< Bit position, 0 or 4. CMASK and HTILE shares some lib method. member 921 UINT_32 bitPosition; ///< Bit position 0 or 4. CMASK and HTILE share some methods member 1102 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member 1134 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member 1323 UINT_32 bitPosition; ///< Bit position within fmaskAddr, 0-7. member 1354 UINT_32 bitPosition; ///< Bit position within addr, 0-7. member
|
/external/mesa3d/src/amd/addrlib/r800/ |
D | egbaddrlib.cpp | 2013 UINT_32 bitPosition = pIn->bitPosition; in DispatchComputeSurfaceCoordFromAddr() local 2154 UINT_32 bitPosition, ///< [in] bit position in ComputeSurfaceCoordFromAddrMacroTiled() 3578 UINT_32 bitPosition,///< [in] bit position in ComputeFmaskCoordFromAddrMicroTiled() 3666 UINT_32 bitPosition,///< [in] bit position in ComputeFmaskCoordFromAddrMacroTiled() 3770 UINT_32 bitPosition = pIn->bitPosition; in DispatchComputeFmaskCoordFromAddr() local
|
D | siaddrlib.cpp | 954 UINT_32 bitPosition, ///< [in] bitPosition in a byte in HwlComputeXmaskCoordFromAddr()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | BitSet.java | 169 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib.cpp | 2303 UINT_32 bitPosition, ///< [in] bitPosition in a byte in HwlComputeXmaskCoordFromAddr() 2732 UINT_32 bitPosition, ///< [in] bitPosition in a byte in ComputeSurfaceCoordFromAddrLinear() 2765 UINT_32 bitPosition, ///< [in] bitPosition in a byte in ComputeSurfaceCoordFromAddrMicroTiled()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 553 void APInt::setBit(unsigned bitPosition) { in setBit() 562 void APInt::clearBit(unsigned bitPosition) { in clearBit() 574 void APInt::flipBit(unsigned bitPosition) { in flipBit()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 575 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/lib/Support/ |
D | APInt.cpp | 598 void APInt::setBit(unsigned bitPosition) { in setBit() 607 void APInt::clearBit(unsigned bitPosition) { in clearBit() 619 void APInt::flipBit(unsigned bitPosition) { in flipBit()
|