HomeSort by relevance Sort by last modified time
    Searched defs:clearBit (Results 1 - 25 of 57) sorted by null

1 2 3

  /system/core/libutils/include/utils/
BitSet.h 72 inline void clearBit(uint32_t n) { clearBit(value, n); }
74 static inline void clearBit(uint32_t& value, uint32_t n) { value &= ~ valueForBit(n); }
100 clearBit(value, n);
120 clearBit(value, n);
214 inline void clearBit(uint32_t n) { clearBit(value, n); }
216 static inline void clearBit(uint64_t& value, uint32_t n) { value &= ~ valueForBit(n); }
242 clearBit(value, n);
262 clearBit(value, n)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bitvector.h 41 bool clearBit(uptr idx) {
52 clearBit(idx);
159 bool clearBit(uptr idx) {
166 res = l2_[i0][i1].clearBit(i2);
168 l1_[i0].clearBit(i1);
226 l1_[i0].clearBit(i1);
244 l1_[i0].clearBit(i1);
  /external/llvm/lib/Support/
APInt.cpp 584 void APInt::clearBit(unsigned bitPosition) {
598 if ((*this)[bitPosition]) clearBit(bitPosition);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 562 void APInt::clearBit(unsigned bitPosition) {
576 if ((*this)[bitPosition]) clearBit(bitPosition);
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 602 public BigInteger clearBit(int n) {
    [all...]
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]
  /external/annotation-tools/asmx/test/lib/
javassist.jar 
bcel-5.1.jar 
xalan-2.6.0.jar 
  /external/annotation-tools/asmx/
javassist.jar 
bcel.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 

Completed in 295 milliseconds

1 2 3