clip16 function

int clip16(
  1. int x
)

Implementation

int clip16(int x) => (x & _MASK_16);