Lines Matching defs:shifts
3066 Int32 shifts = 0;3068 while ((bbSize >> shifts) > 65534) shifts++;3072 UInt16 qVal = (UInt16)(j >> shifts);3077 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );