Searched refs:leftShiftCount (Results 1 – 1 of 1) sorted by relevance
194 int leftShiftCount = 32 - count; in shiftRight() local196 allZero &= ( source[i] << leftShiftCount ) == 0; in shiftRight()199 | ( source[i + intCount + 1] << leftShiftCount ); in shiftRight()