Home
last modified time | relevance | path

Searched refs:print_progress (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/tools/opt-viewer/
Dopt-stats.py44 print_progress = not args.no_progress_indicator variable
52 files, args.jobs, print_progress)
53 if print_progress:
Dopt-diff.py57 print_progress = not args.no_progress_indicator variable
58 all_remarks1, _, _ = optrecord.gather_results(files1, args.jobs, print_progress)
59 all_remarks2, _, _ = optrecord.gather_results(files2, args.jobs, print_progress)
Dopt-viewer.py354 print_progress = not args.no_progress_indicator
364 optrecord.gather_results(files, args.jobs, print_progress, args.filter)
376 print_progress)
/external/openssh/
Dmoduli.c531 print_progress(unsigned long start_lineno, unsigned long current_lineno, in print_progress() function
628 print_progress(start_lineno, count_in, end_lineno); in prime_test()
/external/e2fsprogs/misc/
De2image.c566 static int print_progress(blk64_t num, blk64_t total) in print_progress() function
600 bscount = print_progress(total_written, meta_blocks_count); in output_meta_data_blocks()
640 bscount = print_progress(total_written, in output_meta_data_blocks()
652 bscount = print_progress(total_written, in output_meta_data_blocks()
De4defrag.c1289 static void print_progress(const char *file, loff_t start, loff_t file_size) in print_progress() function
1323 print_progress(file, start, buf->st_size); in call_defrag()
1387 print_progress(file, start, buf->st_size); in call_defrag()