HomeSort by relevance Sort by last modified time
    Searched refs:bitB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.h 58 int bitB = getbit(&B,hashbytes,iOut);
60 (*cursor++) += (bitA ^ bitB);
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 34 int bitB = (value & 0x20000000) >> 29;
40 if (bitB) {
47 res = (bitA << 7) | (bitB << 6) | slice;
676 int bitB = (value & 0x20000000) >> 29;
682 if (bitB) {
689 res = (bitA << 7) | (bitB << 6) | slice;
    [all...]

Completed in 3116 milliseconds