Searched refs:trials (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/tools/tools/netrate/tcpp/
H A Dparallelism.csh14 set trials=6
21 foreach trial (`jot $trials`)
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dmeasure.c68 int rcvcount, trials; local
83 trials = 0;
142 if (trials < TRIALS) {
143 trials++;
166 while (rcvcount < trials) {
261 "measured delta %4d, %d trials to %-15s %s\n",
262 measure_delta, trials,
276 "measure: %s failed after %d trials\n",
277 hname, trials);
/freebsd-10.0-release/crypto/openssh/
H A Dmoduli.c498 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, argument
510 if (trials < TRIAL_MINIMUM) {
511 error("Minimum primality trials is %d", TRIAL_MINIMUM);
524 debug2("%.24s Final %u Miller-Rabin trials (%x generator)",
525 ctime(&time_start), trials, generator_wanted);
628 in_tries += trials;
630 in_tries = trials;
688 if (!BN_is_prime_ex(p, trials, ctx, NULL)) {
695 if (!BN_is_prime_ex(q, trials - 1, ctx, NULL)) {
H A Dssh-keygen.c2132 fprintf(stderr, " -a trials Number of trials for screening DH-GEX moduli.\n");
2193 u_int32_t memory = 0, generator_wanted = 0, trials = 100; local
2369 trials = (u_int32_t)strtonum(optarg, 1, UINT_MAX, &errstr);
2371 fatal("Invalid number of trials: %s (%s)",
2530 if (prime_test(in, out, trials, generator_wanted, checkpoint,
/freebsd-10.0-release/usr.sbin/timed/timedc/
H A Dcmds.c83 int trials; local
94 for (trials = 0; trials < 10; trials++) {
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_lash.c505 int min_filled_lane, max_filled_lane, medium_filled_lane, trials; local
520 trials = num_mst_in_lane[max_filled_lane];
585 trials--;
586 trials--;
606 if (trials == 0)
634 trials = num_mst_in_lane[max_filled_lane];
642 trials = num_mst_in_lane[max_filled_lane];

Completed in 95 milliseconds