(n24 x) → *
Function: n24$inline
(defun n24$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 24 x) :exec (logand 16777215 x)))