(n33 x) → *
Function: n33$inline
(defun n33$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 33 x) :exec (logand 8589934591 x)))