Lines Matching full:shifts
3029 Int32 shifts = 0;3031 while ((bbSize >> shifts) > 65534) shifts++;3035 UInt16 qVal = (UInt16)(j >> shifts);3040 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );