(n05 x) → *
Function: n05$inline
(defun n05$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 5 x) :exec (logand 31 x)))