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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dprogress.c127 pgrsSetDownloadCounter() - amount of data currently downloaded
210 data->progress.downloaded = size;
269 ((double)data->progress.downloaded/
286 data->progress.downloaded>data->progress.uploaded?
287 data->progress.downloaded:data->progress.uploaded;
352 (double)data->progress.downloaded,
400 dlpercen = data->progress.downloaded /
403 dlpercen = (data->progress.downloaded*100) /
421 data->progress.size_dl:data->progress.downloaded);
424 total_transfer = data->progress.downloaded
[all...]
H A Dgetinfo.c161 *param_doublep = (double)data->progress.downloaded;
H A Durldata.h1015 curl_off_t downloaded; /* transferred so far */ member in struct:Progress
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/image/
H A Dmdc800.c162 int downloaded; member in struct:mdc800_data
416 mdc800->downloaded = 1;
746 wait_event_timeout(mdc800->download_wait, mdc800->downloaded,
748 mdc800->downloaded = 0;
998 mdc800->downloaded = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dkimagerescue.S141 ;; jump into downloaded code
H A Dhead.S15 * bytes from the serial port and jump into it. the downloaded
76 ;; That is not where we put our downloaded serial boot-code. The length is
303 ;; jump into downloaded code
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6242 int downloaded; local
6269 downloaded = 0;
6284 if (downloaded == ahc->instruction_ram_size) {
6304 cs_table[cs_count].end = downloaded;
6312 cs_table[cs_count].begin = downloaded;
6318 downloaded++;
6333 printf(" %d instructions downloaded\n", downloaded);
H A Daic79xx_core.c8520 int downloaded; local
8614 downloaded = 0;
8635 cs_table[cs_count].end = downloaded;
8643 cs_table[cs_count].begin = downloaded;
8649 downloaded++;
8664 printf(" %d instructions downloaded\n", downloaded);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 127 milliseconds