crotl32 function

int crotl32(
  1. int x,
  2. int n
)

Implementation

int crotl32(int x, int n) => rotl32(clip32(x), n);