Home
last modified time | relevance | path

Searched refs:oneLessBit (Results 1 – 1 of 1) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DOptions.java166 int oneLessBit = theBits & (theBits - 1); // clear rightmost one bit in getOptionsString() local
167 int singleBit = theBits ^ oneLessBit; in getOptionsString()
170 if (oneLessBit != 0) in getOptionsString()
174 theBits = oneLessBit; in getOptionsString()