Home | History | Annotate | Download | only in utils

Lines Matching refs:sh1

1550         int sh1, sh2, sh3;
1552 sh1 = (0 != (seed & 2))? 4 : 5;
1555 sh1 = (partitionCount==3)? 6 : 5;
1558 sh3 = (0 != (seed & 0x10))? sh1 : sh2;
1560 seed1 >>= sh1; seed2 >>= sh2; seed3 >>= sh1; seed4 >>= sh2;
1561 seed5 >>= sh1; seed6 >>= sh2; seed7 >>= sh1; seed8 >>= sh2;