/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bitvector.h | 41 bool clearBit(uptr idx) { in clearBit() function 52 clearBit(idx); in getAndClearFirstOne() 159 bool clearBit(uptr idx) { in clearBit() function 166 res = l2_[i0][i1].clearBit(i2); in clearBit() 168 l1_[i0].clearBit(i1); in clearBit() 226 l1_[i0].clearBit(i1); in setIntersection() 244 l1_[i0].clearBit(i1); in setDifference()
|
D | sanitizer_bvgraph.h | 73 return v[from].clearBit(to); in removeEdge()
|
D | sanitizer_deadlock_detector.h | 88 if (!bv_.clearBit(lock_id)) in removeLock()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeBitSet64.java | 64 void clearBit(int n) { in clearBit() method in NativeBitSet64 84 clearBit(n); in clearFirstMarkedBit()
|
D | ShadowMotionEvent.java | 173 bits.clearBit(AMOTION_EVENT_AXIS_X); in pointerCoordsFromNative() 174 bits.clearBit(AMOTION_EVENT_AXIS_Y); in pointerCoordsFromNative() 175 bits.clearBit(AMOTION_EVENT_AXIS_PRESSURE); in pointerCoordsFromNative() 176 bits.clearBit(AMOTION_EVENT_AXIS_SIZE); in pointerCoordsFromNative() 177 bits.clearBit(AMOTION_EVENT_AXIS_TOUCH_MAJOR); in pointerCoordsFromNative() 178 bits.clearBit(AMOTION_EVENT_AXIS_TOUCH_MINOR); in pointerCoordsFromNative() 179 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MAJOR); in pointerCoordsFromNative() 180 bits.clearBit(AMOTION_EVENT_AXIS_TOOL_MINOR); in pointerCoordsFromNative() 181 bits.clearBit(AMOTION_EVENT_AXIS_ORIENTATION); in pointerCoordsFromNative()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bitvector_test.cc | 87 bv.clearBit(5); in TestBitVector() 103 EXPECT_EQ(bv.clearBit(bit), old_size > s.size()); in TestBitVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1136 PreInsertDemandedElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1149 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1273 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts() 1275 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts() 1450 UndefElts.clearBit(0); in SimplifyDemandedVectorElts() 1461 DemandedElts2.clearBit(0); in SimplifyDemandedVectorElts() 1480 UndefElts.clearBit(0); in SimplifyDemandedVectorElts() 1522 UndefElts.clearBit(0); in SimplifyDemandedVectorElts()
|
/external/wycheproof/java/com/google/security/wycheproof/ |
D | RandomUtil.java | 155 for (BigInteger x : new BigInteger[] {p, p.clearBit(size - 1)}) { in getSeedForPrime()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1012 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1018 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1097 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts() 1099 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()
|
D | InstCombineAddSub.cpp | 858 Op0KnownZeroTemp.clearBit(BitWidth - 1); in checkRippleForAdd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 536 API.clearBit(numBits - 1); in getSignedMaxValue() 1455 void clearBit(unsigned BitPosition) { in clearBit() function 1466 clearBit(BitWidth - 1); in clearSignBit()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 919 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts() 925 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts() 1056 UndefElts.clearBit(InIdx/Ratio); // Clear undef bit. in SimplifyDemandedVectorElts()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1817 int clearBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local 1819 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() 1821 Operand(clearBit + shiftAmount)); in AssembleArchInstruction() 1834 int clearBit = 63 - i.InputInt32(2); in AssembleArchInstruction() local 1836 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() 1837 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() 1849 int clearBit = i.InputInt32(2); in AssembleArchInstruction() local 1851 __ srlg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction() 1852 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit)); in AssembleArchInstruction()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 429 API.clearBit(numBits - 1); in getSignedMaxValue() 1255 void clearBit(unsigned bitPosition);
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 401 API.clearBit(numBits - 1); in getSignedMaxValue() 1089 void clearBit(unsigned bitPosition);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 433 API.clearBit(numBits - 1); in getSignedMaxValue() 1231 void clearBit(unsigned bitPosition);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 349 r0 = r0.clearBit(0); in tauAdicNaf()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | Tnaf.java | 350 r0 = r0.clearBit(0); in tauAdicNaf()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Utility.java | 518 public static int clearBit( final int flag, final int i ) { in clearBit() method in Utility
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 442 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 696 UpperDiv.clearBit(DstTySize); in truncate()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 607 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt 621 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 584 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt 598 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 562 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt 576 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 340 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit() 399 clearBit(bitPosition + i); in insertBits()
|