Lines Matching defs:step
409 u_long i, j, bad, fail, step;
414 step = (num < 0x20000) ? 0x2000 : ((num>>4) & ~0x1fff);
416 if (step > 0x800000)
417 step = 0x800000;
419 if (step < 2 * s->map_size)
420 step = 2 * s->map_size;
421 for (i = j = base; i < base+num; i = j + step) {
423 for (j = i; j < base+num; j += step) {
424 if (!do_validate_mem(s, j, step, validate))
430 for (j = i; j < base+num; j += step)
431 if (!do_validate_mem(s, j, step, fallback))