HomeSort by relevance Sort by last modified time
    Searched defs:count_in (Results 1 - 2 of 2) sorted by null

  /external/lz4/examples/
frameCompress.c 26 size_t size, n, k, count_in = 0, count_out, offset = 0, frame_size; local
61 count_in += k;
106 *size_in = count_in;
  /external/openssh/
moduli.c 582 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_type)
    [all...]

Completed in 67 milliseconds