Searched refs:totals (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dwc.c80 COUNT_T totals[4]; local
103 memset(totals, 0, sizeof(totals));
169 if (totals[WC_LENGTH] < counts[WC_LENGTH]) {
170 totals[WC_LENGTH] = counts[WC_LENGTH];
172 totals[WC_LENGTH] -= counts[WC_LENGTH];
187 totals[u] += pcounts[u];
192 /* If more than one file was processed, we want the totals. To save some
193 * space, we set the pcounts ptr to the totals array. This has the side
194 * effect of trashing the totals arra
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/scripts/
H A Dtgz27 # due to use of --exclude, --totals and -S.
82 tar -cvS --totals --exclude "$dest" -f - -- $src | gzip -9v > "$dest"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dsuper.c358 struct nfs_iostats totals = { }; local
407 totals.events[i] += stats->events[i];
409 totals.bytes[i] += stats->bytes[i];
416 seq_printf(m, "%lu ", totals.events[i]);
419 seq_printf(m, "%Lu ", totals.bytes[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c617 void totals(void) function
1229 totals();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c96005 static const u8 totals[] = local
[all...]

Completed in 300 milliseconds