(n03 x) → *
Function: n03$inline
(defun n03$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 3 x) :exec (logand 7 x)))