Home | History | Annotate | Download | only in tests

Lines Matching defs:shifts

3038          Int32 shifts   = 0;
3040 while ((bbSize >> shifts) > 65534) shifts++;
3044 UInt16 qVal = (UInt16)(j >> shifts);
3049 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );