Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 25 of 269) sorted by relevance

1234567891011

/freebsd/tools/tools/sortbench/
H A Dsort_bench.c156 run_bench(enum sort s, enum test t, int runs, int elts) in run_bench() argument
158 for (int i = 0; i < runs; i++) { in run_bench()
241 int runs, elts; in main() local
253 runs = atoi(argv[3]); in main()
256 run_bench(s, t, runs, elts); in main()
H A Dbench.py37 runs = 5 variable
58 ret = os.system('./{} {} {} {} {}'.format(progname, sort, test, runs, elts))
/freebsd/contrib/tcp_wrappers/
H A Dmisc.c88 int runs = 0; in dot_quad_addr() local
98 runs++; in dot_quad_addr()
102 return (runs == 4 ? inet_addr(str) : INADDR_NONE); in dot_quad_addr()
/freebsd/sys/kern/
H A Dkern_clocksource.c162 int done, runs; in handleevents() local
177 runs = 0; in handleevents()
180 runs++; in handleevents()
182 if (runs) { in handleevents()
186 hardclock(runs, usermode); in handleevents()
190 runs = 0; in handleevents()
193 runs++; in handleevents()
195 if (runs && fake < 2) { in handleevents()
196 statclock(runs, usermode); in handleevents()
200 runs = 0; in handleevents()
[all …]
/freebsd/contrib/bc/scripts/
H A Dkaratsuba.py97 runs = [] variable
102 runs.append(0)
224 runs[j] = end - start
226 run_times = runs[1:]
H A Drelease.pkg.yao478 * Builds and runs tests using `make` with both calculators, then bc only, then
544 * Builds and runs tests using Rig with both calculators, then bc only, then dc
608 * Builds and runs tests using `run_config_tests_make()` with both calculators,
667 * Builds and runs tests using `run_config_tests_rig()` with both calculators,
716 * Builds and runs tests with each setting combo running
751 * Builds and runs tests with each setting combo running
792 * Builds and runs tests with each build type running
820 * Builds and runs tests with each build type running
856 * Builds and runs tests for `bcl` with `make`. If `tests` is false, it just
889 * Builds and runs tests for `bcl` with Rig. If `tests` is false, it just does
[all …]
/freebsd/contrib/unbound/doc/
H A DREADME.tests3 For a quick test that runs unit tests and state machine tests, use
29 do-tests.sh : runs all the tests in the testdata directory.
30 testbed.sh : compiles on a set of (user specific) hosts and runs do-tests.
/freebsd/usr.sbin/lpr/pac/
H A Dpac.c245 register int hno, runs; in dumpit() local
261 runs = 0; in dumpit()
264 runs += hp->h_count; in dumpit()
272 runs, feet * price); in dumpit()
/freebsd/crypto/openssl/test/
H A DREADME-external.md11 This python test suite runs cryptographic tests with a local OpenSSL build as
37 Much like the PYCA/Cryptography test suite, this builds and runs the krb5
71 Much like the PYCA/Cryptography test suite, this builds and runs the GOST engine
93 Much like the PYCA/Cryptography test suite, this builds and runs the OQS
123 This builds and runs pkcs11-provider tests against the local OpenSSL build.
H A DREADME-dev.md42 A recipe that just runs a test executable
45 A script that just runs a program looks like this:
61 A recipe that runs a more complex test
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c448 uint32_t runs = 1; in llvm_gcda_summary_info() local
482 runs = run_counted ? prev_runs : prev_runs + 1; in llvm_gcda_summary_info()
490 write_32bit_value(runs); in llvm_gcda_summary_info()
500 write_32bit_value(runs); in llvm_gcda_summary_info()
506 fprintf(stderr, "llvmgcda: %u runs\n", runs); in llvm_gcda_summary_info()
/freebsd/contrib/kyua/doc/
H A Dresults-files-report-example.mdoc2 If one runs the following command twice in a row:
25 But it is also possible to explicitly load data for older runs or from
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCodeCoverage.cmake47 # which runs your test executable and produces a lcov code coverage report:
51 # test_driver # Name of the test driver executable that runs the tests.
89 # Param _testrunner The name of the target which runs the tests.
134 # Param _testrunner The name of the target which runs the tests
/freebsd/contrib/libevent/cmake/
H A DCodeCoverage.cmake47 # which runs your test executable and produces a lcov code coverage report:
51 # test_driver # Name of the test driver executable that runs the tests.
89 # Param _testrunner The name of the target which runs the tests.
134 # Param _testrunner The name of the target which runs the tests
/freebsd/sys/contrib/openzfs/scripts/
H A Dzloop.sh48 This script runs ztest repeatedly with randomized arguments.
62 zloop runs forever.
/freebsd/contrib/netbsd-tests/bin/cat/
H A Dd_se_output.in2 Of course it runs NetBSD
H A Dd_se_output.out2 Of course it runs NetBSD$
/freebsd/packages/wpa/
H A Dwpa.ucl35 component, i.e., the part that runs in the client stations. It implements
42 runs in the background and acts as the backend component controlling
/freebsd/sys/contrib/zstd/programs/
H A Dzstdless.1.md12 `zstdless` runs `less`(1) on files or stdin, if no <file> argument is given, after decompressing th…
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in79 # This must be run _after_ find-debuginfo.sh runs, otherwise that will strip
94 # hack to ensure signing happens after find-debuginfo.sh runs
/freebsd/contrib/llvm-project/lld/docs/MachO/
H A Dindex.rst5 for system linkers and runs much faster than them. It also provides
16 machine, you can expect that LLD runs more than twice as fast as the ld64
/freebsd/contrib/ntp/util/
H A DREADME40 that emulate WWV or IRIG (-B and -E). tg runs on Solaris.
41 tg2 is a clone that runs on Linux, FreeBSD, and NetBSD.
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm-vc4.txt44 - clocks: a) core: The core clock the unit runs on
52 - clocks: The core clock the unit runs on
63 - clocks: The clock the unit runs on
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dintegratorcp.dts149 /* TIMER0 runs directly on the 25MHz chrystal */
155 /* TIMER1 runs @ 1MHz */
161 /* TIMER2 runs @ 1MHz */
/freebsd/contrib/googletest/
H A DREADME.md48 Googletest automatically discovers and runs your tests, eliminating the need
104 runs your test binary, allows you to track its progress via a progress bar, and
114 runs tests from your binary in parallel to provide significant speed-up.

1234567891011