Searched refs:end_i_w (Results 1 – 1 of 1) sorted by relevance
231 uint32_t end_i_w = (w + 1) * _width_factor; in copy_stats_out() local232 for (uint32_t i_w = w * _width_factor; i_w < end_i_w; ++i_w) { in copy_stats_out()