Home
last modified time | relevance | path

Searched refs:opt_estimate (Results 1 – 12 of 12) sorted by relevance

/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dhash.cpp153 if (ocb->opt_estimate) { in compute_hash()
172 if (ocb->opt_estimate) ocb->clear_realtime_stats(); in compute_hash()
328 if (ocb->opt_estimate) { in hash()
H A Dmain.h576 opt_estimate(false), in display()
611 bool opt_estimate; variable
H A Dmain.cpp685 case 'e': ocb.opt_estimate = true; break; in hashdeep_process_command_line()
1110 case 'e': ocb.opt_estimate = true; break; in md5deep_process_command_line()
H A Ddisplay.cpp289 if (fdht->stat_megs()==0 || opt_estimate==false) { in display_realtime_stats()
/dports/benchmarks/iperf3/iperf-3.10.1/src/
H A Diperf_locale.h121 extern const char opt_estimate[];
H A Diperf_locale.c512 const char opt_estimate[]= variable
/dports/benchmarks/iperf/iperf-2.1.4/include/
H A DLocale.h342 extern const char opt_estimate[];
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Damstatus.pl45 my $opt_estimate;
75 'estimate' => \$opt_estimate,
132 defined( $opt_estimate ) +
147 $opt_estimate = 1;
977 if(defined $opt_estimate ||
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Damstatus.pl45 my $opt_estimate;
75 'estimate' => \$opt_estimate,
132 defined( $opt_estimate ) +
147 $opt_estimate = 1;
977 if(defined $opt_estimate ||
/dports/benchmarks/iperf/iperf-2.1.4/src/
H A DLocale.c592 const char opt_estimate[]= variable
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h374 double opt_estimate; /* an estimate of the value of the best feasible member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster_func.c1201 n_to->opt_estimate = n_from->opt_estimate; in copy_node()
1450 fprintf(f," OPT_ESTIMATE : %.4f\n",node->opt_estimate); in write_node()
1616 fscanf(f,"%s %s %lf", str, str, &node->opt_estimate); in read_node()