Searched refs:total (Results 251 - 275 of 336) sorted by relevance

<<11121314

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c670 /* return total length of buffer chain */
674 uint total; local
677 total = 0;
687 total += len;
690 return (total);
749 uint total = pkttotlen(osh, p); local
753 if (offset > total)
771 uint total = pkttotlen(osh, p); local
774 if (offset > total)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.c77 * In total, this means that once you have elected to use synchronous
706 unsigned long total, residual, fifo; local
718 total = info->scsi.SCp.phase;
720 total = info->scsi.SCp.this_residual;
728 total, residual, fifo);
739 fas216_updateptrs(info, total - residual);
813 fas216_log(info, LOG_BUFFER, "total dma transfer");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c798 for (i = 0; i < chip->ecc.total; i++)
924 for (i = 0; i < chip->ecc.total; i++)
1532 for (i = 0; i < chip->ecc.total; i++)
1560 for (i = 0; i < chip->ecc.total; i++)
2531 /* Store the number of chips and calc total size for mtd */
2679 chip->ecc.total = chip->ecc.steps * chip->ecc.bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslub.c39 * (Note that the total number of slabs is an atomic value that may be
3099 unsigned long total = 0; local
3122 total += x;
3137 total += x;
3150 total += x;
3155 x = sprintf(buf, "%lu", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Disicom.c1116 int cnt, total = 0; local
1138 total += cnt;
1143 return total;
H A Driscom8.c1104 int c, total = 0; local
1132 total += c;
1144 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dinit.c395 unsigned long total = 0, reserved = 0; local
409 total++;
420 printk(KERN_INFO "%lu pages of RAM\n", total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c905 u32 total; local
907 total = var->yoffset * info->fix.line_length + var->xoffset;
909 NVSetStartAddress(par, total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.c869 int c, total = 0; local
892 total += c;
899 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.c279 if (args->justcheck || args->total == 0) {
312 if (args->total == 0 && use_block == -1) {
774 int map_size; /* total entries in *map */
1523 if (error == ENOSPC && args->total == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.h183 unsigned int total; member in struct:aal1
378 unsigned int tct_size; /* total TCT entries */
379 unsigned int rct_size; /* total RCT entries */
381 unsigned int tst_size; /* total TST entries */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm1020.S173 sub r3, r1, r0 @ calculate total size
H A Dproc-arm925.S146 sub r3, r1, r0 @ calculate total size
H A Dproc-arm926.S154 sub r3, r1, r0 @ calculate total size
H A Dproc-arm946.S124 sub r3, r1, r0 @ calculate total size
H A Dproc-xsc3.S190 sub r3, r1, r0 @ calculate total size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dhead-mmu-fr451.S167 # determine the total SDRAM size
H A Dhead-uc-fr401.S172 # determine the total SDRAM size
H A Dhead-uc-fr555.S160 # determine the total SDRAM size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Desp_scsi.c329 int total, i; local
341 total = 0;
343 total += sg_dma_len(&sg[i]);
344 spriv->tot_residue = total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex66 total of \varname{[codebook_entries]}, is assigned a codeword length.
184 7) read a total of [codebook_lookup_values] unsigned integers of [codebook_value_bits] each;
H A D08-residue.tex40 \emph{n}, a partition size \emph{residue_partition_size}, and a total
41 of \emph{ch} residue vectors, the total number of partitioned chunks
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c769 struct xt_counters total[],
772 ADD_COUNTER(total[*i], e->counters.bcnt, e->counters.pcnt);
780 struct ipt_counters total[],
783 SET_COUNTER(total[*i], e->counters.bcnt, e->counters.pcnt);
768 add_entry_to_counter(const struct ipt_entry *e, struct xt_counters total[], unsigned int *i) argument
779 set_entry_to_counter(const struct ipt_entry *e, struct ipt_counters total[], unsigned int *i) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm305 ; * much of the total running time. Replacing it with a more
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_bci.c1026 &buf->total, sizeof(buf->total)))

Completed in 318 milliseconds

<<11121314