Home
last modified time | relevance | path

Searched refs:RUNS (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
H A Dworkbench.py47 RUNS = 8 variable
49 RUNS = int(sys.argv[1]) variable
110 for stats, failures in pool.imap_unordered(run, range(RUNS)):
113 if count % max(1, int(RUNS / 20)) == 0:
114 print('Progress: %d runs (%d%%)' % (count, count * 100 / RUNS))
/third_party/ltp/testcases/cve/
H A Dcve-2017-17052.c26 #define RUNS 4 macro
91 while (run < RUNS) { in run()
112 if (run == RUNS) in run()

Completed in 6 milliseconds