Lines Matching defs:shifts
3014 Int32 shifts = 0;3016 while ((bbSize >> shifts) > 65534) shifts++;3020 UInt16 qVal = (UInt16)(j >> shifts);3025 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );