Home
last modified time | relevance | path

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

/external/openssh/
Dmoduli.c581 u_int32_t count_in = 0, count_out = 0, count_possible = 0; in prime_test() local
620 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) { in prime_test()
621 count_in++; in prime_test()
622 if (count_in <= last_processed) { in prime_test()
624 "specified start line", count_in); in prime_test()
628 write_checkpoint(checkpoint_file, count_in); in prime_test()
629 print_progress(start_lineno, count_in, end_lineno); in prime_test()
631 debug2("%10u: comment or short line", count_in); in prime_test()
646 debug2("%10u: known composite", count_in); in prime_test()
665 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); in prime_test()
[all …]
/external/lz4/examples/
DframeCompress.c63 unsigned long long count_in = 0, count_out; in compress_file_internal() local
85 count_in += readSize; in compress_file_internal()
115 result.size_in = count_in; in compress_file_internal()