(n25 x) → *
Function: n25$inline
(defun n25$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 25 x) :exec (logand 33554431 x)))