Searched refs:count_in (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmoduli.c582 u_int32_t count_in = 0, count_out = 0, count_possible = 0; local
621 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) {
622 count_in++;
623 if (count_in <= last_processed) {
625 "specified start line", count_in);
629 write_checkpoint(checkpoint_file, count_in);
630 print_progress(start_lineno, count_in, end_lineno);
632 debug2("%10u: comment or short line", count_in);
647 debug2("%10u: known composite", count_in);
666 debug2("%10u: (%u) Sophie-Germain", count_in, in_typ
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dcfgloopanal.c426 gcov_type count_in, count_latch, expected; local
428 count_in = 0;
435 count_in += e->count;
437 if (count_in == 0)
440 expected = (count_latch + count_in - 1) / count_in;

Completed in 39 milliseconds