Searched refs:kBpsDownCur (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.cpp445 phr->kBpsDownCur = GetDownloadRate() / 1024.0;
572 (*graphData)[4 * i ] = ENDIAN_HTONL((uint32)(phr->kBpsDownCur * 1024.0));
635 value = (uint32)(pos->kBpsDownCur * 1024.0);
666 *pf3 = phr->kBpsDownCur;
689 m_graphRunningAvgDown += (uint32)(phr->kBpsDownCur * 1024.0);
700 update.downloads[2] = phr->kBpsDownCur;
H A DDownloadClient.cpp1185 float kBpsDownCur = bytesReceivedCycle / 1024.0 / dt; local
1187 kBpsDown = kBpsDownCur;
1189 kBpsDown = (kBpsDown * (tAverage - dt) + kBpsDownCur * dt) / tAverage;
1192 // % this % kBpsDown % kBpsDownCur % dt % bytesReceivedCycle);
H A DStatistics.h47 float kBpsDownCur; member in struct:HistoryRecord

Completed in 47 milliseconds