Searched refs:downloaded (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCredits.cpp35 downloaded(0),
87 m_pCredits->downloaded += bytes;
118 return m_pCredits->downloaded;
199 m_pCredits->downloaded = 1;
H A DClientCredits.h44 uint64 downloaded; // downloaded from him member in class:CreditStruct
H A DClientCreditsList.cpp127 newcstruct->downloaded = file.ReadUInt32();
130 newcstruct->downloaded += static_cast<uint64>(file.ReadUInt32()) << 32;
198 file.WriteUInt32(static_cast<uint32>(cstruct->downloaded));
201 file.WriteUInt32(static_cast<uint32>(cstruct->downloaded >> 32));
H A Damule-remote-gui.cpp1399 tag->XferDown(&credit_struct->downloaded);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dprogress.c128 pgrsSetDownloadCounter() - amount of data currently downloaded
223 data->progress.downloaded = size;
286 ((double)data->progress.downloaded/
303 data->progress.downloaded>data->progress.uploaded?
304 data->progress.downloaded:data->progress.uploaded;
367 data->progress.downloaded,
378 (double)data->progress.downloaded,
426 dlpercen = data->progress.downloaded /
429 dlpercen = (data->progress.downloaded*100) /
447 data->progress.size_dl:data->progress.downloaded);
[all...]
H A Dgetinfo.c233 *param_doublep = (double)data->progress.downloaded;
H A Durldata.h1105 curl_off_t downloaded; /* transferred so far */ member in struct:Progress
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-np.px58 be downloaded.
72 should not be downloaded. Wget should not visit the following link to a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DeD2kFiles.cpp136 uint32_t downloaded = file.ReadUInt32(); local
138 cout << "\n\tDownloaded : " << downloaded; local
143 uint64_t totaldown = (static_cast<uint64_t>(downhi) << 32) + downloaded;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/image/
H A Dmdc800.c162 int downloaded; member in struct:mdc800_data
414 mdc800->downloaded = 1;
749 wait_event_timeout(mdc800->download_wait, mdc800->downloaded,
751 mdc800->downloaded = 0;
1010 mdc800->downloaded = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dkimagerescue.S141 ;; jump into downloaded code
H A Dhead_v10.S14 * bytes from the serial port and jump into it. the downloaded
77 ;; That is not where we put our downloaded serial boot-code.
305 ;; jump into downloaded code
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c623 * Keep a history of SCBs we've downloaded in the qinfifo.
6795 int downloaded; local
6822 downloaded = 0;
6837 if (downloaded == ahc->instruction_ram_size) {
6857 cs_table[cs_count].end = downloaded;
6865 cs_table[cs_count].begin = downloaded;
6871 downloaded++;
6886 printk(" %d instructions downloaded\n", downloaded);
H A Daic79xx_core.c812 * Keep a history of SCBs we've downloaded in the qinfifo.
9280 int downloaded; local
9374 downloaded = 0;
9395 cs_table[cs_count].end = downloaded;
9403 cs_table[cs_count].begin = downloaded;
9409 downloaded++;
9424 printk(" %d instructions downloaded\n", downloaded);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtwindow.tex13 file or downloaded via HTTP protocol) in a window. The width
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c950 unsigned short ultraenb; /* Gets downloaded to card as a bitmap */
951 unsigned short discenable; /* Gets downloaded to card as a bitmap */
1271 static void aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded);
1550 * See if the next patch to download should be downloaded.
1735 int downloaded; local
1745 downloaded = 0;
1760 downloaded++;
1772 printk(" %d instructions downloaded\n", downloaded);
1775 aic7xxx_print_sequencer(p, downloaded);
1786 aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded) argument
[all...]

Completed in 332 milliseconds