Home
last modified time | relevance | path

Searched refs:fCurrentSize (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/powerstatus/
H A DACPIDriverInterface.cpp30 fCurrentSize(0) in RateBuffer()
43 if (fCurrentSize < fSize) in AddRate()
44 fCurrentSize ++; in AddRate()
52 for (int8 i = 0; i < fCurrentSize; i++) { in GetMeanRate()
56 if (fCurrentSize == 0) in GetMeanRate()
59 return mean / fCurrentSize; in GetMeanRate()
H A DACPIDriverInterface.h30 int8 fCurrentSize; variable
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp209 fCurrentSize = 0; in Init()
630 fExpectedSize = fCurrentSize; in DownloadFinished()
711 fCurrentSize = currentSize; in _UpdateStatus()
756 BString currentSize = string_for_size((double)fCurrentSize, sizeBuffer, in _UpdateStatusText()
786 } else if (!sShowSpeed && fCurrentSize < fExpectedSize) { in _UpdateStatusText()
787 double totalBytesPerSecond = (double)(fCurrentSize in _UpdateStatusText()
790 double secondsRemaining = (fExpectedSize - fCurrentSize) in _UpdateStatusText()
H A DDownloadProgressView.h72 off_t fCurrentSize; variable