total_bps        1170 src/filemanager/file.c         ctx->total_bps = (long) (copied_bytes / dt);
total_bps        2699 src/filemanager/file.c         if (ctx->total_bps == 0 || (file_size / ctx->total_bps) > FILEOP_UPDATE_INTERVAL)
total_bps        1133 src/filemanager/filegui.c     if (!show_summary && ctx->total_bps == 0)
total_bps        1146 src/filemanager/filegui.c             if (ctx->total_bps == 0)
total_bps        1150 src/filemanager/filegui.c                 file_bps_prepare_for_show (buffer4, ctx->total_bps);
total_bps        1156 src/filemanager/filegui.c             if (ctx->total_bps == 0)
total_bps        1160 src/filemanager/filegui.c                 file_bps_prepare_for_show (buffer4, ctx->total_bps);
total_bps         146 src/filemanager/filegui.h     long total_bps;