crotl8 function

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

Implementation

int crotl8(int x, int n) => rotl8(clip8(x), n);