Searched refs:CastItoSpeed (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp128 format = format % (CastItoSpeed(tag->GetInt()) + extra);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h243 wxString CastItoSpeed(uint32 bytes);
H A DTextClient.cpp734 s << CFormat(_("\nDownload:\t%s")) % CastItoSpeed(tmpTag->GetInt());
737 s << CFormat(_("\nUpload:\t%s")) % CastItoSpeed(tmpTag->GetInt());
769 s << wxT(" - ") + CastItoSpeed(tag->Speed());
787 CastItoSpeed(partfileSpeed->GetInt());
H A DStatTree.cpp504 return CFormat(wxGetTranslation(m_label)) % CastItoSpeed((*m_counter)/time);
506 return CFormat(wxGetTranslation(m_label)) % CastItoSpeed(0);
H A DOtherFunctions.cpp134 wxString CastItoSpeed(uint32 bytes) function
H A DStatistics.cpp109 return CFormat(wxGetTranslation(m_label)) % CastItoSpeed(m_show_maxrate ? (uint32)m_max_rate : (uint32)m_rate);

Completed in 132 milliseconds