fCurrentSize
if (fCurrentSize < fSize)
fCurrentSize ++;
for (int8 i = 0; i < fCurrentSize; i++) {
if (fCurrentSize == 0)
return mean / fCurrentSize;
int8 fCurrentSize;
fCurrentSize = 0;
fExpectedSize = fCurrentSize;
fCurrentSize = currentSize;
BString currentSize = string_for_size((double)fCurrentSize, sizeBuffer,
} else if (!sShowSpeed && fCurrentSize < fExpectedSize) {
double totalBytesPerSecond = (double)(fCurrentSize
double secondsRemaining = (fExpectedSize - fCurrentSize)
off_t fCurrentSize;