silc_rol
NAME
static inline SilcUInt32 silc_rol(SilcUInt32 val, int num);
DESCRIPTION
Rotate 32-bit integer's bits to left `num' times. Bits pushed to the left will appear from the right side of the integer, thus rotating. Returns the rotated value.
| Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
NAME
static inline SilcUInt32 silc_rol(SilcUInt32 val, int num);
DESCRIPTION
Rotate 32-bit integer's bits to left `num' times. Bits pushed to the left will appear from the right side of the integer, thus rotating. Returns the rotated value.