Searched refs:kBpsDown (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.cpp842 float kBpsDown = theStats::GetDownloadRate() / 1024.0; local
846 buffer = CFormat(_("Up: %.1f(%.1f) | Down: %.1f(%.1f)")) % kBpsUp % (theStats::GetUpOverheadRate() / 1024.0) % kBpsDown % (theStats::GetDownOverheadRate() / 1024.0);
848 buffer = CFormat(_("Up: %.1f | Down: %.1f")) % kBpsUp % kBpsDown;
858 wxString UpDownSpeed = CFormat(wxT("Up: %.1f | Down: %.1f")) % kBpsUp % kBpsDown;
869 int percentDown = (int)ceil((kBpsDown*100) / thePrefs::GetMaxGraphDownloadRate());
882 bmp->SetBitmap(dlStatusImages((kBpsUp>0.01 ? 2 : 0) + (kBpsDown>0.01 ? 1 : 0)));
H A DPartFile.h140 float GetKBpsDown() const { return kBpsDown; }
319 float kBpsDown; member in class:CPartFile
H A DDownloadClient.cpp547 kBpsDown = 0.0;
1187 kBpsDown = kBpsDownCur;
1189 kBpsDown = (kBpsDown * (tAverage - dt) + kBpsDownCur * dt) / tAverage;
1192 // % this % kBpsDown % kBpsDownCur % dt % bytesReceivedCycle);
1213 return kBpsDown;
H A Dupdownclient.h332 float GetKBpsDown() const { return kBpsDown; }
738 float kBpsDown;
H A DPartFile.cpp1378 kBpsDown = 0.0;
1387 kBpsDown += cur_src->SetDownloadLimit(reducedownload);
1397 kBpsDown += cur_src->SetDownloadLimit(reducedownload);
1571 return (uint32)(kBpsDown*1024.0);
2098 kBpsDown = 0.0;
2363 kBpsDown = 0.0;
2386 kBpsDown = 0.0;
2433 kBpsDown = 0.0;
3647 kBpsDown = 0.0;
H A Damule-remote-gui.cpp1548 file->kBpsDown = file->m_kbpsDown / 1024.0;
H A DBaseClient.cpp167 kBpsDown = 0.0;

Completed in 95 milliseconds