rol32
rol32(uint32_t word, unsigned int shift)
rol32(uint32_t a, int b)
#define rol32(i32, n) ((i32) << (n) | (i32) >> (32 - (n)))