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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
Options.java 163 int theBits = options;
164 while (theBits != 0)
166 int oneLessBit = theBits & (theBits - 1); // clear rightmost one bit
167 int singleBit = theBits ^ oneLessBit;
174 theBits = oneLessBit;
  /external/zxing/core/
core.jar 

Completed in 141 milliseconds