K 10 svn:author V 4 ache K 8 svn:date V 27 2016-05-29T16:39:28.062275Z K 7 svn:log V 226 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 END