Home | History | Annotate | Download | only in cs

Lines Matching full:iter

3438   int x, iter = 1;
3470 iter = 0;
3474 iter = 0;
3478 iter = abs((end - start) / step + 1);
3481 if (iter > 0)
3491 for (x = 0, var = start; x < iter; x++, var += step)
3493 if (x == iter - 1) each_map.last = 1;