ache 06e4e4310f Micro optimize: C standard guarantees that right shift for unsigned value
fills left bits with zero, and we have exact 32bit unsigned value
(uint32_t), so there is no reason to add "& 0x7fffffff" here.

MFC after:      1 week
2016-05-29 16:39:28 +00:00
..
2016-05-13 04:03:20 +00:00
2015-09-20 20:15:44 +00:00
2016-04-30 01:24:24 +00:00
2015-09-20 20:15:44 +00:00
2016-04-18 09:56:41 +00:00
2015-09-14 18:44:13 +00:00
2016-04-30 01:24:24 +00:00
2015-05-01 18:32:16 +00:00