bps_count 1161 src/filemanager/file.c tctx->bps_count++; bps_count 1162 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;