Searched refs:lowBit (Results 1 – 1 of 1) sorted by relevance
67 int lowBit = data[bitOffset >> 3] >> (~bitOffset & 7); in bittst() local68 return lowBit & 1; in bittst()