HomeSort by relevance Sort by last modified time
    Searched full:flipbit (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/smhasher/src/
Bitvec.h 25 void flipbit ( void * blob, int len, uint32_t bit );
59 inline void flipbit ( T & blob, uint32_t bit ) function
61 flipbit(&blob,sizeof(blob),bit);
64 template<> inline void flipbit ( uint32_t & blob, uint32_t bit ) { bit &= 31; blob ^= (uint32_t(1) << bit); } function
65 template<> inline void flipbit ( uint64_t & blob, uint32_t bit ) { bit &= 63; blob ^= (uint64_t(1) << bit); } function
AvalancheTest.h 51 flipbit(&K,keybytes,iBit);
53 flipbit(&K,keybytes,iBit);
134 flipbit(key,keybit);
269 flipbit(key,keybit);
377 flipbit(key,keybit);
DifferentialTest.h 110 flipbit(&k2,sizeof(k2),i);
125 flipbit(&k2,sizeof(k2),i);
268 flipbit(&k,sizeof(keytype),keybit);
KeysetTest.cpp 118 flipbit(key2,len,bit);
128 flipbit(key2,len,bit);
KeysetTest.h 145 flipbit(&k,nbytes,i);
158 flipbit(&k,nbytes,i);
Bitvec.cpp 171 void flipbit ( void * block, int len, uint32_t bit ) function
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerOperateBitsTest.java 29 * clearBit, flipBit, setBit, testBit
431 * flipBit(int n) of a negative n
439 aNumber.flipBit(number);
446 * flipBit(int n) zero
454 BigInteger result = aNumber.flipBit(number);
464 * flipBit(int n) outside zero
472 BigInteger result = aNumber.flipBit(number);
482 * flipBit(int n) outside zero
490 BigInteger result = aNumber.flipBit(number);
500 * flipBit(int n) the leftmost bit in a negative numbe
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java 321 public void flipBit(int n)
404 flipBit(bit);
405 flipBit(i);
409 flipBit(redPol[l] + bit);
ECFieldElement.java 523 // az = az.flipBit(0);
524 // az = az.flipBit(this.k1);
527 // az = az.flipBit(this.k2);
528 // az = az.flipBit(this.k3);
    [all...]
  /external/llvm/test/Transforms/LoopUnroll/
2011-08-09-IVSimplify.ll 20 define void @FlipBit(i32* nocapture %bitmap, i32 %bit_addr, i32 %nbits) nounwind {
  /libcore/luni/src/main/java/java/math/
BitLevel.java 210 * Performs a flipBit on the BigInteger, returning a BigInteger with the the
213 static BigInteger flipBit(BigInteger val, int n){
BigInteger.java 585 return BitLevel.flipBit(this, n);
605 return BitLevel.flipBit(this, n);
622 public BigInteger flipBit(int n) {
627 return BitLevel.flipBit(this, n);
    [all...]
  /external/android-mock/tests/com/google/android/testing/mocking/
AndroidMockGeneratorTest.java 99 "bitLength", "clearBit", "compareTo", "divide", "divideAndRemainder", "flipBit", "gcd",
138 "public java.math.BigInteger java.math.BigInteger.flipBit(int)",
  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
crypto.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-crypto.html     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js     [all...]
  /external/chromium_org/v8/benchmarks/
crypto.js     [all...]
  /external/llvm/lib/Support/
APInt.cpp 604 void APInt::flipBit(unsigned bitPosition) {
    [all...]
  /external/v8/benchmarks/
crypto.js     [all...]
  /prebuilts/sdk/7/
android.jar 

Completed in 306 milliseconds