silc_rolc

NAME

    static inline SilcUInt32 silc_rolc(SilcUInt32 val, const 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.