Home | History | Annotate | Download | only in perf

Lines Matching defs:shifts

2669          Int32 shifts = 0;
2671 while ((bbSize >> shifts) > 65534) shifts++;
2675 UInt16 qVal = (UInt16)(j >> shifts);
2680 { if (!(((bbSize-1) >> shifts) <= 65535)) bz_internal_error ( 1002 ); };