Searched refs:total (Results 276 - 300 of 336) sorted by relevance

<<11121314

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/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/arch/m68k/fpsp040/
H A Dbindec.S45 | k-factor can dictate either the total number of digits,
278 | can dictate either the total number of digits, if it is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dinode.c98 unsigned short total = ei->i_prealloc_count; local
103 ext2_free_blocks (inode, block, total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc.c166 args.mod = args.total = args.wasdel = args.isfl =
212 args.mod = args.total = args.wasdel = args.isfl =
H A Dxfs_vnodeops.c3333 if (pathlen >= MAXPATHLEN) /* total string too long */
3336 int len, total; local
3339 for (total = 0, path = target_path; total < pathlen;) {
3344 total++;
3352 for(len = 0; *path != '/' && total < pathlen;total++, path++) {
H A Dxfs_alloc.c440 (void *)(__psunsigned_t)args->total,
1826 xfs_extlen_t need; /* total blocks needed in freelist */
1865 * total blocks, reject it.
1873 need - args->total) < (int)args->minleft)) {
1902 * If there isn't enough total or single-extent, reject it.
1913 be32_to_cpu(agf->agf_flcount) - need - args->total) <
H A Dxfs_attr.c253 args.total = nblks;
463 args.total = 0;
2084 args->firstblock, args->total, &map, &nmap,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c306 * This is part of a global counter where only the total sum
888 * total load (rq->load.weight) on the runqueue, while
1258 unsigned long total = weighted_cpuload(cpu); local
1261 return total;
1263 return min(rq->cpu_load[type-1], total);
1273 unsigned long total = weighted_cpuload(cpu); local
1276 return total;
1278 return max(rq->cpu_load[type-1], total);
1287 unsigned long total = weighted_cpuload(cpu); local
1290 return n ? total /
[all...]
H A Dmodule.c629 unsigned int i, total = 0; local
632 total += local_read(&mod->ref[i].count);
633 return total;
1736 /* Determine total sizes, and put offsets in sh_entsize. For now
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex95 scalars in \varname{[coefficients]} is to to read a total of twelve
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_tty.c1118 int total = 0; local
1211 total += c;
1221 return total;
3742 int total = 0; local
3749 total++;
3803 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex501 \item \verb|bytes| --- the total number of bytes received or transmitted
505 \item \verb|packets| --- the total number of packets received or transmitted
507 \item \verb|errors| --- the total number of receiver or transmitter errors.
508 \item \verb|dropped| --- the total number of packets dropped due to lack
510 \item \verb|overrun| --- the total number of receiver overruns resulting
514 \item \verb|mcast| --- the total number of received multicast packets. This option
516 \item \verb|carrier| --- total number of link media failures f.e.\ because
518 \item \verb|collsns| --- the total number of collision events
521 \item \verb|compressed| --- the total number of compressed packets. This is
2474 \item \verb|CsumErrs| --- the total numbe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c699 int total=0; local
715 if((fl = SMB_REALLOC_ARRAY(*list, fstring, total+1)) == NULL) {
721 fstrcpy((*list)[total], kbuf.dptr+strlen(key));
722 total++;
725 return(total);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c216 int total, bsize, avail; local
225 if (!cli_dskattr(targetcli, &bsize, &total, &avail)) {
231 total, bsize, avail);
2711 {"du",cmd_du,"<mask> computes the total size of the current directory",{COMPL_REMOTE,COMPL_NONE}},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh681 total_noise_cdda_samples=`run_metaflac --show-total-samples noise.flac`
682 [ $? = 0 ] || die "ERROR getting total sample count from noise.flac"
920 # set the total sample count to 0
923 run_metaflac --set-total-samples=0 fixup.flac 2> /dev/null
945 # set the total sample count to 0
948 run_metaflac --set-total-samples=0 fixup.flac 2> /dev/null
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmv64x60.c1039 u32 i, total = 0; local
1042 total += mem_windows[i][1];
1044 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmxser.c1126 int c, total = 0; local
1148 total += c;
1161 return total;
H A Dmxser_new.c1065 int c, total = 0; local
1087 total += c;
1102 return total;
H A Dserial167.c1123 int c, total = 0; local
1154 total += c;
1160 return total;
H A Dspecialix.c1608 int c, total = 0; local
1639 total += c;
1652 return total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_main.c1376 u32 total; local
1378 total = var->xoffset * par->depth +
1380 i810fb_load_front(total, info);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmesh.c1254 int i, dma_cmd, total, off, dtot; local
1266 total = 0;
1275 total += scl->length;
1356 "data_ptr=%x total=%x goes_out=%d\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_alloc.c1605 unsigned long nr[MAX_ORDER], flags, order, total = 0; local
1616 total += nr[order] << order;
1621 printk("= %lukB\n", K(total));
3141 /* Calculate total number of !ZONE_HIGHMEM pages */
3296 * cpu. It is the fraction of total pages in each zone that a hot per cpu pagelist
3337 * - limit is the number of hash buckets, not the total allocation size
3372 /* limit allocation size to 1/16 total memory by default */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.c1118 * inclusive total message length. Very time critical.
1154 * inclusive total message length.
1193 * except for total message length.
1281 * inclusive total message length.
2536 * The buffer is complete, inclusive total message length.
2944 * percent - convert count to a percentage of total (rounding up or down)
2947 static u32 percent(u32 count, u32 total) argument
2949 return (count * 100 + (total / 2)) / total;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c263 sbuf->st_size = IVAL2_TO_SMB_BIG_UINT(rdata,0); /* total size, in bytes */
1287 BOOL cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail) argument
1301 *total = SVAL(cli->inbuf,smb_vwv0);

Completed in 312 milliseconds

<<11121314