Home | History | Annotate | Download | only in switchback

Lines Matching defs:shifts

3012          Int32 shifts   = 0;
3014 while ((bbSize >> shifts) > 65534) shifts++;
3018 UInt16 qVal = (UInt16)(j >> shifts);
3023 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );