(n16 x) → *
Function: n16$inline
(defun n16$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 16 x) :exec (logand 65535 x)))