Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DOptions.java163 int theBits = options; in getOptionsString() local
164 while (theBits != 0) in getOptionsString()
166 int oneLessBit = theBits & (theBits - 1); // clear rightmost one bit in getOptionsString()
167 int singleBit = theBits ^ oneLessBit; in getOptionsString()
174 theBits = oneLessBit; in getOptionsString()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBitSet.h52 + (ANTLRBitSet *) newANTLRBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)long…
65 - (ANTLRBitSet *) initWithBits:(const unsigned long long const*)theBits Count:(NSUInteger)theCount;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBitSet.h53 + (ANTLRBitSet *) newANTLRBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)long…
66 - (ANTLRBitSet *) initWithBits:(const unsigned long long const*)theBits Count:(NSUInteger)theCount;
DANTLRBitSet.m55 + (ANTLRBitSet *) newANTLRBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)long…
57 return [[ANTLRBitSet alloc] initWithBits:theBits Count:longCount];
142 - (ANTLRBitSet *) initWithBits:(const unsigned long long *)theBits Count:(NSUInteger)longCount
152 unsigned long long swappedBits = CFSwapInt64HostToBig(theBits[longNo]);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBitSet.h52 + (ANTLRBitSet *) newANTLRBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)long…
65 - (ANTLRBitSet *) initWithBits:(const unsigned long long const*)theBits Count:(NSUInteger)theCount;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBitSet.h52 + (ANTLRBitSet *) newANTLRBitSetWithBits:(const unsigned long long *)theBits Count:(NSUInteger)long…
65 - (ANTLRBitSet *) initWithBits:(const unsigned long long const*)theBits Count:(NSUInteger)theCount;