ui_max_value
return (int64_t)(ui_max_value(tp) >> 1);
uint64_t max = ui_max_value(tp);
c.umax = is_uinteger(tp->t_tspec) ? ui_max_value(tp)