Searched refs:oneLessBit (Results 1 – 1 of 1) sorted by relevance
166 int oneLessBit = theBits & (theBits - 1); // clear rightmost one bit in getOptionsString() local167 int singleBit = theBits ^ oneLessBit; in getOptionsString()170 if (oneLessBit != 0) in getOptionsString()174 theBits = oneLessBit; in getOptionsString()