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

/freebsd-9.3-release/tools/tools/netrate/tcpp/
H A Dparallelism.csh14 set trials=6
21 foreach trial (`jot $trials`)
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmeasure.c70 int rcvcount, trials; local
85 trials = 0;
144 if (trials < TRIALS) {
145 trials++;
168 while (rcvcount < trials) {
263 "measured delta %4d, %d trials to %-15s %s\n",
264 measure_delta, trials,
278 "measure: %s failed after %d trials\n",
279 hname, trials);
/freebsd-9.3-release/crypto/openssh/
H A Dmoduli.c572 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, argument
584 if (trials < TRIAL_MINIMUM) {
585 error("Minimum primality trials is %d", TRIAL_MINIMUM);
603 debug2("%.24s Final %u Miller-Rabin trials (%x generator)",
604 ctime(&time_start), trials, generator_wanted);
706 in_tries += trials;
708 in_tries = trials;
766 if (!BN_is_prime_ex(p, trials, ctx, NULL)) {
773 if (!BN_is_prime_ex(q, trials - 1, ctx, NULL)) {
/freebsd-9.3-release/usr.sbin/timed/timedc/
H A Dcmds.c85 int trials; local
96 for (trials = 0; trials < 10; trials++) {
/freebsd-9.3-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 71 milliseconds