Searched refs:total (Results 201 - 225 of 336) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.c1662 off_t total, offset, size; local
1797 total = h->req_RangeEnd - h->req_RangeStart + 1;
1800 total, h->req_RangeStart, h->req_RangeEnd, size);
1805 total = size - h->req_RangeStart;
1808 total, h->req_RangeStart, size-1, size);
1814 total = size;
1815 sprintf(hdr_buf, "Content-Length: %jd\r\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_pci.c278 int total, maxlen, new_z2; local
301 total = count;
335 int rcnt, total; local
366 total = rcnt;
385 df->za[df->f2 & D_FREG_MASK].z2 = (zp->z2 + total) & (D_FIFO_SIZE - 1);
842 int total, maxlen, new_z2; local
877 total = rcnt;
899 if ((total - 3) < MAX_DLOG_SPACE / 3 - 10) {
905 ptr += QuickHex(ptr, e_buffer, total - 3);
911 HiSax_putstatus(cs, "LogEcho: ", "warning Frame too big (%d)", total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el1275 (let ((position 0) (total 0) current here)
1289 (and (= (% total 20) 0)
1291 (message (_"Position %d/%d") position total)
1292 (message (_"Position %d") total)))
1295 (setq total (1+ total))
1296 (and flag (eq (point) current) (setq position total))
1317 position total po-translated-counter po-fuzzy-counter
2750 (let ((total (buffer-size)))
2754 (if (< (* 2 (buffer-size)) total)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di810_dma.c139 buf_priv->virtual = (void *)do_mmap(filp, 0, buf->total,
166 (size_t) buf->total);
199 d->request_size = buf->total;
239 if (buf_priv->kernel_virtual && buf->total)
314 buf_priv->map.size = buf->total;
H A Dr128_cce.c857 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
858 sizeof(buf->total)))
H A Di830_dma.c142 virtual = do_mmap(filp, 0, buf->total, PROT_READ | PROT_WRITE,
170 (size_t) buf->total);
203 d->request_size = buf->total;
243 if (buf_priv->kernel_virtual && buf->total)
322 buf_priv->map.size = buf->total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c622 size_t total = 0; local
628 return total;
629 total += bh->b_size;
670 total += len;
678 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmoxa.c1242 (24 words * 64) total 3K bytes
1243 (24 words * 128) total 6K bytes */
2198 int c, total, i; local
2217 total = c;
2257 return (total);
2263 int i, count, cnt, len, total, remain; local
2280 total = count;
2281 remain = count - total;
2282 moxaLog.rxcnt[port] += total;
2283 count = total;
[all...]
H A Dsb1250_duart.c311 int c, t, total = 0; local
341 total += c;
352 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c1707 __get_cpu_var(netdev_rx_stat).total++;
1917 __get_cpu_var(netdev_rx_stat).total++;
2478 int total; local
2495 total = 0;
2503 done = gifconf_list[i](dev, pos + total,
2504 len - total);
2507 total += done;
2515 ifc.ifc_len = total;
2630 s->total, s->dropped, s->time_squeeze, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c727 size_t total = 0; local
736 while (total < n) {
737 num_to_read_thistime = MIN((n - total), TRANSFER_BUF_SIZE);
759 return (ssize_t)total;
764 total += (size_t)read_ret;
768 return (ssize_t)total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c241 * total number of file nodes if we run out and we can keep doing this until
732 s64 total = 0; local
767 total += ret;
771 res = total;
790 int stream_name_len, res, total = 0; local
819 total += ret;
821 res = total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c41 (seeking/scrubbing) or desire to know the total length/time of a
1154 /* returns: total raw (compressed) length of content if i==-1
1173 /* returns: total PCM length (samples) of content if i==-1 PCM length
1192 /* returns: total seconds of content if i==-1
1390 ogg_int64_t total=ov_pcm_total(vf,-1); local
1395 if(pos<0 || pos>total)return(OV_EINVAL);
1399 total-=vf->pcmlengths[link*2+1];
1400 if(pos>=total)break;
1415 ogg_int64_t target=pos-total+begintime;
1544 vf->pcm_offset+=total;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Daf_irda.c2114 int offset, total; local
2137 /* Write total list length back to client */
2153 total = offset + (list.len * sizeof(struct irda_device_info));
2154 if (total > len)
2155 total = len;
2156 if (copy_to_user(optval+offset, discoveries, total - offset))
2159 /* Write total number of bytes used back to client */
2160 if (put_user(total, optlen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage-writeback.c123 static unsigned long highmem_dirtyable_memory(unsigned long total) argument
139 * than the number of the total dirtyable memory. This can only
143 return min(x, total);
568 * We used to scale dirty pages according to how total memory
574 * is now applied to total non-HIGHPAGE memory (by subtracting
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dboot.S305 mflo t0 # total cache lines
357 mflo t0 # total cache lines
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep065.tcl49 set total [llength $mvlist]
52 puts "Rep065: Test iteration $count of $total: $i"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.c110 strm->total_in = strm->total_out = state->total = 0;
534 When returning, a "goto inf_leave" is used to update the total counters,
1082 state->total += out;
1104 if (hold != (state->total & 0xffffffffUL)) {
1128 Return from inflate(), updating the total counts and the check value.
1144 state->total += out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Das-iosched.c500 u64 total; local
518 total = aic->seek_total + (aic->seek_samples/2);
519 do_div(total, aic->seek_samples);
520 aic->seek_mean = (sector_t)total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c110 strm->total_in = strm->total_out = state->total = 0;
534 When returning, a "goto inf_leave" is used to update the total counters,
1082 state->total += out;
1104 if (hold != (state->total & 0xffffffffUL)) {
1128 Return from inflate(), updating the total counts and the check value.
1144 state->total += out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h258 * @total: total number of ecc bytes per page
282 int total; member in struct:nand_ecc_ctrl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_tables.c755 struct xt_counters total[],
758 ADD_COUNTER(total[*i], e->counters.bcnt, e->counters.pcnt);
766 struct ip6t_counters total[],
769 SET_COUNTER(total[*i], e->counters.bcnt, e->counters.pcnt);
754 add_entry_to_counter(const struct ip6t_entry *e, struct xt_counters total[], unsigned int *i) argument
765 set_entry_to_counter(const struct ip6t_entry *e, struct ip6t_counters total[], unsigned int *i) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_hpt37x.c1058 u32 total = 0; local
1065 total += sr & 0x1FF;
1068 freq = total / 128;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68328serial.c719 int c, total = 0; local
748 total += c;
776 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dinftlcore.c463 int i, total = 0; local
466 total += (((0x1 << i) & val) ? 1 : 0);
467 return total;

Completed in 407 milliseconds

1234567891011>>