Home
last modified time | relevance | path

Searched refs:num_iterations (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bc/scripts/
H A Dkaratsuba.py37 print("usage: {} [num_iterations test_num exe]".format(script))
38 print("\n num_iterations is the number of times to run each karatsuba number; default is 4")
74 num_iterations = int(sys.argv[1]) variable
76 num_iterations = 4 variable
98 nruns = num_iterations + 1
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c529 num_iterations = 0x1000 enumerator
1593 for (it = 0; it < num_iterations; ++it) { in worker_add()
1647 for (it = 0; it < num_iterations; ++it) { in worker_add_file()
1697 for (it = 0; it < num_iterations; ++it) { in worker_map()
1724 for (it = 0; it < num_iterations; ++it) { in worker_map_limit()
1759 for (it = 0; it < num_iterations; ++it) { in worker_map_bcache()
1797 for (it = 0; it < num_iterations; ++it) { in worker_add_map()
1830 for (it = 0; it < num_iterations; ++it) { in worker_add_clear()
1857 for (it = 0; it < num_iterations; ++it) { in worker_add_file_map()
1900 for (it = 0; it < num_iterations; ++it) { in worker_add_file_clear()
/freebsd/sys/dev/ice/
H A Dice_type.h1008 * 4. num_iterations: number of messages traversed in circular mailbox buffer
1018 u32 num_iterations;
996 u32 num_iterations; global() member