Searched refs:count_in (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | moduli.c | 582 u_int32_t count_in = 0, count_out = 0, count_possible = 0; in prime_test() local 619 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) { in prime_test() 620 count_in++; in prime_test() 621 if (count_in <= last_processed) { in prime_test() 623 "specified start line", count_in); in prime_test() 627 write_checkpoint(checkpoint_file, count_in); in prime_test() 628 print_progress(start_lineno, count_in, end_lineno); in prime_test() 630 debug2("%10u: comment or short line", count_in); in prime_test() 645 debug2("%10u: known composite", count_in); in prime_test() 664 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); in prime_test() [all …]
|
/external/lz4/examples/ |
D | frameCompress.c | 63 unsigned long long count_in = 0, count_out; in compress_file_internal() local 86 count_in += readSize; in compress_file_internal() 116 result.size_in = count_in; in compress_file_internal()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2177 int count_in = ctx->instruction_count; in emit_if() local 2187 if (ctx->instruction_count == count_in) { in emit_if()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 2529 int count_in = ctx->instruction_count; in emit_if() local 2539 if (ctx->instruction_count == count_in) { in emit_if()
|