Home | History | Annotate | Download | only in perf

Lines Matching defs:shifts

3027          Int32 shifts   = 0;
3029 while ((bbSize >> shifts) > 65534) shifts++;
3033 UInt16 qVal = (UInt16)(j >> shifts);
3038 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );