Lines Matching defs:limit
84 PRUint32 limit;
178 PRUint32 minor = (Random() % cd->limit) + 1;
179 PRUint32 random = (Random() % cd->limit) + 1;
180 PRUint32 pages = (Random() % cd->limit) + 10;
257 ** default values: loops = 2, threads = 10, limit = 57
275 ** Random File: Using loops = 2, threads = 10, limit = 57
285 int limit = 0, loops = 0, threads = 0, times;
310 limit = atoi(opt->value);
340 if (limit == 0) limit = DEFAULT_LIMIT;
344 "%s: Using loops = %d, threads = %d, limit = %d and %s threads\n",
345 programName, loops, threads, limit,
360 hammer[active].limit = (Random() % limit) + 1;