Home | History | Annotate | Download | only in mips

Lines Matching defs:firstBit

2307         int firstBit = lowestSetBit(lit);
2308 int secondBit = lowestSetBit(lit ^ (1 << firstBit));
2310 firstBit, secondBit);