Lines Matching defs:count_in
538 uint32_t count_in = 0, count_out = 0, count_possible = 0;
575 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) {
576 count_in++;
577 if (count_in <= last_processed) {
579 "specified start line", count_in);
583 write_checkpoint(checkpoint_file, count_in);
584 print_progress(start_lineno, count_in, end_lineno);
586 debug2("%10u: comment or short line", count_in);
601 debug2("%10u: known composite", count_in);
620 debug2("%10u: (%u) Sophie-Germain", count_in, in_type);
637 debug2("%10u: (%u)", count_in, in_type);
655 debug2("%10u: bit size %u mismatch", count_in, in_size);
659 debug2("%10u: bit size %u too short", count_in, in_size);
687 count_in, generator_known, generator_wanted);
696 debug2("%10u: no known generator", count_in);
714 count_in);
729 debug("%10u: p is not prime", count_in);
732 debug("%10u: p is almost certainly prime", count_in);
739 debug("%10u: q is not prime", count_in);
742 debug("%10u: q is almost certainly prime", count_in);