(n26 x) → *
Function: n26$inline
(defun n26$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 26 x) :exec (logand 67108863 x)))