Searched refs:this_items (Results 1 – 1 of 1) sorted by relevance
342 unsigned long this_items; in show_progress() local361 this_items = nitems - last_nitems; in show_progress()362 this_items *= blocksize; in show_progress()365 this_items = (this_items * 1000) / (tdiff * 1024); in show_progress()366 printf("%3.2f%% done (%luKiB/sec)\r", perc, this_items); in show_progress()