Codebase list libcryptx-perl / e52a413
hpux compiler warning Karel Miko 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
189189 U = SP1110[(x >> loc(1)) & 0xFF] ^ SP0222[(x >> loc(2)) & 0xFF] ^ SP3033[(x >> loc(3)) & 0xFF] ^ SP4404[(x >> loc(4)) & 0xFF];
190190
191191 D ^= U;
192 U = D ^ ROR(U, (const int)8);
192 U = D ^ ROR(U, 8);
193193
194194 return ((ulong64)U) | (((ulong64)D) << CONST64(32));
195195 }