Searched refs:CastItoXBytes (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientDetailDialog.cpp147 CastItoXBytes(m_client.GetTransferredDown()));
151 CastItoXBytes(m_client.GetTransferredUp()));
163 CastItoXBytes(m_client.GetDownloadedTotal()));
167 CastItoXBytes(m_client.GetUploadedTotal()));
H A DFileDetailDialog.cpp103 bufferS = CFormat(wxT("%u bytes (%s)")) % m_file->GetFileSize() % CastItoXBytes(m_file->GetFileSize());
108 CastChild(IDC_TRANSFERRED,wxControl)->SetLabel(CastItoXBytes(m_file->GetTransferred()));
109 CastChild(IDC_FD_STATS1,wxControl)->SetLabel(CastItoXBytes(m_file->GetLostDueToCorruption()));
110 CastChild(IDC_FD_STATS2,wxControl)->SetLabel(CastItoXBytes(m_file->GetGainDueToCompression()));
112 CastChild(IDC_COMPLSIZE,wxControl)->SetLabel(CastItoXBytes(m_file->GetCompletedSize()));
H A DStatTree.cpp227 case dmBytes: return CFormat(wxGetTranslation(m_label)) % CastItoXBytes(m_intvalue);
302 return label % CastItoXBytes(m_value);
344 a_brackets_b(CastItoXBytes(m_value), CastItoXBytes(m_value + m_totalfunc()));
380 a_brackets_b(CastItoXBytes(m_bytes), CastItoIShort(m_packets));
409 a_brackets_b(CastItoXBytes(tmp_bytes), CastItoIShort(tmp_packets));
460 CastItoXBytes((*m_dividend)/(*m_divisor));
H A DPartFileConvertDlg.cpp169 s_convertgui->m_joblist->SetItem(itemnr, 2, CFormat(_("%s (Disk: %s)")) % CastItoXBytes(info.size) % CastItoXBytes(info.spaceneeded));
H A DCorruptionBlackBox.cpp34 #include "OtherFunctions.h" // needed for CastItoXBytes
228 % clientName % CastItoXBytes(bad) % CastItoXBytes(good + bad) % m_fileName);
H A DSharedFilesWnd.cpp181 wxString labelTrans = CastItoXBytes( session_transferred ) + wxT(" / ") + CastItoXBytes( all_transferred );
H A DHTTPDownload.cpp79 label % CastItoXBytes(current);
81 label % CastItoXBytes(total);
H A DMuleTrayIcon.cpp424 wxString temp = CastItoXBytes(theStats::GetTotalReceivedBytes());
431 wxString temp = CastItoXBytes(theStats::GetTotalSentBytes());
H A DOtherFunctions.h239 wxString CastItoXBytes(uint64 count);
H A DDownloadListCtrl.cpp948 text = CastItoXBytes( file->GetFileSize() );
953 text = CastItoXBytes( file->GetTransferred() );
958 text = CastItoXBytes( file->GetCompletedSize() );
1079 text += wxT(" (") + CastItoXBytes(remainSize) + wxT(")");
H A DSharedFilesCtrl.cpp534 textBuffer = CastItoXBytes(file->GetFileSize());
562 textBuffer = CastItoXBytes(file->statistic.GetTransferred())
563 + wxT(" (") + CastItoXBytes(file->statistic.GetAllTimeTransferred()) + wxT(")");
H A DKnownFile.cpp1545 + _("File size") + wxT(": ") + CastItoXBytes(GetFileSize()) + wxT("\n")
1547 + _("Uploaded") + wxT(": ") + CastItoXBytes(statistic.GetTransferred()) + wxT(" (") + CastItoXBytes(statistic.GetAllTimeTransferred()) + wxT(")\n")
H A DGenericClientListCtrl.cpp867 buffer = CastItoXBytes(client.GetTransferredDown());
873 buffer = CastItoXBytes(client.GetTransferredUp());
H A DPartFile.cpp3093 % CastItoXBytes(uMissingInPart));
3443 % CastItoXBytes(nRecovered)
3444 % CastItoXBytes(length)
3761 % _("Downloaded") % CastItoXBytes(GetCompletedSize()) % GetPercentCompleted() % _("Sources") % GetSourceCount();
H A DSearchListCtrl.cpp215 SetItem(newid, ID_SEARCH_COL_SIZE, CastItoXBytes( toshow->GetFileSize() ) );
H A DTextClient.cpp786 CastItoXBytes(partfileSizeXfer->GetInt()) << wxT(" ") <<
H A DBaseClient.cpp2032 ) % m_reqfile->statistic.GetAccepts() % m_reqfile->statistic.GetRequests() % CastItoXBytes(m_reqfile->statistic.GetTransferred());
2035 ) % m_reqfile->statistic.GetAllTimeAccepts() % m_reqfile->statistic.GetAllTimeRequests() % CastItoXBytes(m_reqfile->statistic.GetAllTimeTransferred());
H A DOtherFunctions.cpp102 wxString CastItoXBytes( uint64 count ) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DeD2kFiles.cpp30 #include "../../OtherFunctions.h" // Needed for CastItoXBytes
144 cout << "\n\tUploadedHI : " << uphi << " Total : " << totalup << " (" << CastItoXBytes(totalup) << ')';
145 cout << "\n\tDownloadedHI : " << downhi << " Total : " << totaldown << " (" << CastItoXBytes(totaldown) << ')';
266 cout << "Total sent bytes : " << tmp << " (" << CastItoXBytes(tmp) << ")\n";
268 cout << "Total received bytes : " << tmp << " (" << CastItoXBytes(tmp) << ")\n";
H A DPrint.cpp371 out << tag.GetInt() << " (" << CastItoXBytes(tag.GetInt()) << ')';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.cpp119 format = format % (CastItoXBytes(tag->GetInt()) + extra);

Completed in 213 milliseconds