Home
last modified time | relevance | path

Searched refs:clearBit (Results 1 – 25 of 35) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h41 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()
Dsanitizer_bvgraph.h73 return v[from].clearBit(to); in removeEdge()
Dsanitizer_deadlock_detector.h88 if (!bv_.clearBit(lock_id)) in removeLock()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeBitSet64.java64 void clearBit(int n) { in clearBit() method in NativeBitSet64
84 clearBit(n); in clearFirstMarkedBit()
DShadowMotionEvent.java173 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/
Dsanitizer_bitvector_test.cc87 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/
DInstCombineSimplifyDemanded.cpp1136 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/
DRandomUtil.java155 for (BigInteger x : new BigInteger[] {p, p.clearBit(size - 1)}) { in getSeedForPrime()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1012 DemandedElts2.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1018 UndefElts.clearBit(IdxNo); in SimplifyDemandedVectorElts()
1097 LeftDemanded.clearBit(i); in SimplifyDemandedVectorElts()
1099 RightDemanded.clearBit(i); in SimplifyDemandedVectorElts()
DInstCombineAddSub.cpp858 Op0KnownZeroTemp.clearBit(BitWidth - 1); in checkRippleForAdd()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h536 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/
DInstCombineSimplifyDemanded.cpp919 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/
Dcode-generator-s390.cc1817 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/
DAPInt.h429 API.clearBit(numBits - 1); in getSignedMaxValue()
1255 void clearBit(unsigned bitPosition);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h401 API.clearBit(numBits - 1); in getSignedMaxValue()
1089 void clearBit(unsigned bitPosition);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h433 API.clearBit(numBits - 1); in getSignedMaxValue()
1231 void clearBit(unsigned bitPosition);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java349 r0 = r0.clearBit(0); in tauAdicNaf()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DTnaf.java350 r0 = r0.clearBit(0); in tauAdicNaf()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java518 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/
DLoadStoreVectorizer.cpp442 BitsAllowedToBeSet.clearBit(BitWidth - 1); in lookThroughComplexAddresses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp696 UpperDiv.clearBit(DstTySize); in truncate()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp607 void APInt::clearBit(unsigned bitPosition) { in clearBit() function in APInt
621 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
/external/llvm/lib/Support/
DAPInt.cpp584 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/
DAPInt.cpp562 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/
DAPInt.cpp340 if ((*this)[bitPosition]) clearBit(bitPosition); in flipBit()
399 clearBit(bitPosition + i); in insertBits()

12