total_bps 1185 src/filemanager/file.c ctx->total_bps = (long) (copied_bytes / dt); total_bps 2695 src/filemanager/file.c if (ctx->total_bps == 0 || (file_size / ctx->total_bps) > FILEOP_UPDATE_INTERVAL) total_bps 1131 src/filemanager/filegui.c if (!show_summary && ctx->total_bps == 0) total_bps 1144 src/filemanager/filegui.c if (ctx->total_bps == 0) total_bps 1148 src/filemanager/filegui.c file_bps_prepare_for_show (buffer4, ctx->total_bps); total_bps 1154 src/filemanager/filegui.c if (ctx->total_bps == 0) total_bps 1158 src/filemanager/filegui.c file_bps_prepare_for_show (buffer4, ctx->total_bps); total_bps 146 src/filemanager/filegui.h long total_bps;