summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d55ec9e)
Author: noodles
Date: 2002/09/08 10:29:37
Code style cleanup.
* @x: The integer to rotate.
* @n: The number of bytes to rotate it by.
*/
* @x: The integer to rotate.
* @n: The number of bytes to rotate it by.
*/
-static inline unsigned int
-rol(int x, int n)
+static inline unsigned int rol(int x, int n)
{
__asm__("roll %%cl,%0"
:"=r" (x)
{
__asm__("roll %%cl,%0"
:"=r" (x)