t_base
if (in[1] < t_base || in[1] >= t_base + t_count)
t_index = in[1] - t_base;
t = t_base + s_index % t_count;
if (t != t_base)