silc_rolc64

NAME

    static inline SilcUInt64 silc_rolc64(SilcUInt64 val, const int num);

DESCRIPTION

Rotate 64-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.