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