(n17 x) → *
Function: n17$inline
(defun n17$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 17 x) :exec (logand 131071 x)))