Searched refs:theBit (Results 1 – 1 of 1) sorted by relevance
802 int theBit = n & 0x3F; in testBit() local803 long tester = 1L << theBit; in testBit()812 int theBit = n & 0x3F; in flipBit() local813 long flipper = 1L << theBit; in flipBit()