clip32 function

int clip32(
  1. int x
)

Implementation

int clip32(int x) => (x & _MASK_32);