Searched refs:currentBit (Results 1 – 1 of 1) sorted by relevance
301 unsigned int currentBit; in ripBits() local305 for (operand = 0, numBitsFound = 0, currentBit = 1 in ripBits()307 (numBitsFound < numBitsRequested) && currentBit; currentBit >>= 1) in ripBits()309 if (currentBit & *operandBitsRemaining) in ripBits()311 *operandBitsRemaining &= ~(currentBit); /* Consume the current bit. */ in ripBits()314 operand |= (currentBit & memory) > 0; in ripBits()