bps_count        1195 src/filemanager/file.c         tctx->bps_count++;
bps_count        1196 src/filemanager/file.c         tctx->bps = (tctx->bps * (tctx->bps_count - 1) + ctx->bps) / tctx->bps_count;
bps_count         172 src/filemanager/fileopctx.h     size_t bps_count;