Lines Matching refs:start
297 unsigned int start, i;
302 start = 1;
304 start = s->active->position;
306 for (i = start + 1; i < s->position_count; ++i)
310 for (i = 1; i < start; ++i)
318 unsigned int start, i;
323 start = 1;
325 start = s->active->position;
327 for (i = start - 1; i > 0; --i)
331 for (i = s->position_count - 1; i > start; --i)