Searched refs:total (Results 101 - 125 of 479) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_rpm.c163 ssize_t avail_in, total; local
170 total = avail_in = 0;
222 total = rpm->hpos;
258 total = avail_in;
268 } while (total == 0 && avail_in > 0);
274 return (total);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dpvchange.c215 int total = 0; local
273 total++;
284 total++;
292 total - done, (total - done) == 1 ? "" : "s");
294 return (total == done) ? ECMD_PROCESSED : ECMD_FAILED;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dprocfs_machdep.c121 int i = 0, used = *len, total = *len; local
127 total = 0;
130 total -= used;
131 if (total > 0) {
135 used = --total;
143 return total == 0 ? -1 : 0;
/netbsd-6-1-5-RELEASE/usr.sbin/mopd/common/
H A Dfile.c893 int32_t pos, notdone, total; local
960 total = dlslot->a_text;
962 if (pos < total) {
963 notdone = total - pos;
974 total = total + dlslot->a_text_fill;
976 if ((bsz > 0) && (pos < total)) {
977 notdone = total - pos;
989 total = total
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.c1074 pdp11_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int *total,
1082 *total = 0;
1091 *total = 2;
1096 *total = 4;
1101 as cheap as total = 2 even if we can shift! */
1105 *total = COSTS_N_INSNS (2);
1107 *total = COSTS_N_INSNS (11);
1112 *total = COSTS_N_INSNS (2);
1114 *total = COSTS_N_INSNS (25);
1119 *total
1069 pdp11_rtx_costs(rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int *total, bool speed ATTRIBUTE_UNUSED) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pdp11/
H A Dpdp11.c1094 pdp11_rtx_costs (rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int *total)
1101 *total = 0;
1110 *total = 2;
1115 *total = 4;
1120 as cheap as total = 2 even if we can shift! */
1124 *total = COSTS_N_INSNS (2);
1126 *total = COSTS_N_INSNS (11);
1131 *total = COSTS_N_INSNS (2);
1133 *total = COSTS_N_INSNS (25);
1138 *total
1089 pdp11_rtx_costs(rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int *total) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dtags.c22 static int total; variable
108 total = curseq = 0;
244 * Return the total number of tags.
249 return total;
292 total = 0;
368 total++;
371 if (total == 0)
487 total = 0;
580 total++;
587 total
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_hpux7.c228 "Real: ", "K active, ", "K total ", "Virtual: ", "K active, ",
229 "K total, ", "K free", NULL
394 long total; local
427 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
431 struct vmtotal total; local
433 /* get total -- systemwide main memory usage structure */
434 (void) getkval(total_offset, (int *)(&total), sizeof(total),
438 memory_stats[1] = pagetok(total.t_arm);
439 memory_stats[2] = pagetok(total
[all...]
H A Dm_hpux8.c356 long total; local
385 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
389 struct vmtotal total; local
391 /* get total -- systemwide main memory usage structure */
392 (void) getkval(total_offset, (int *)(&total), sizeof(total),
396 memory_stats[1] = pagetok(total.t_arm);
397 memory_stats[2] = pagetok(total.t_rm);
399 memory_stats[4] = pagetok(total.t_avm);
400 memory_stats[5] = pagetok(total
[all...]
H A Dm_hpux9.c368 long total; local
397 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
401 struct vmtotal total; local
403 /* get total -- systemwide main memory usage structure */
404 (void) getkval(total_offset, (int *)(&total), sizeof(total),
408 memory_stats[1] = pagetok(total.t_arm);
409 memory_stats[2] = pagetok(total.t_rm);
411 memory_stats[4] = pagetok(total.t_avm);
412 memory_stats[5] = pagetok(total
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/nfsstat/
H A Dnfsstat.c206 int64_t total; local
211 #define RPCSTAT(x) (x), PCT(x, total)
216 total = 0;
218 total += nfsstats.rpccnt[i];
220 printf("RPC Counts: (%lld call%s)\n", (long long)total,
221 total == 1 ? "" : "s");
303 total = 0;
305 total += nfsstats.srvrpccnt[i];
307 printf("RPC Counts: (%lld call%s)\n", (long long)total,
308 total
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dprofile.c389 /* Reads profile data and returns total number of edge counts read */
525 gcov_type total = 0;
528 total += e->count;
529 bb->count = total;
537 gcov_type total = 0;
540 total += e->count;
541 bb->count = total;
552 gcov_type total = 0;
557 total += e->count;
565 total
524 gcov_type total = 0; local
536 gcov_type total = 0; local
551 gcov_type total = 0; local
578 gcov_type total = 0; local
719 int total = 0; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprofile.c395 gcov_type total = 0;
398 total += e->count;
399 bb->count = total;
407 gcov_type total = 0;
410 total += e->count;
411 bb->count = total;
422 gcov_type total = 0;
427 total += e->count;
435 total = bb->count - total;
392 gcov_type total = 0; local
404 gcov_type total = 0; local
419 gcov_type total = 0; local
446 gcov_type total = 0; local
592 int total = 0; local
[all...]
H A Dtree-dfa.c365 unsigned long size, total = 0; local
382 total += size;
387 total += size;
392 total += size;
397 total += size;
402 total += size;
407 total += size;
412 total += size;
417 total += size;
422 total
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dsize.c86 -t --totals Display the total sizes (Berkeley only)\n\
87 --common Display total size for *COM* syms\n\
223 name of the section, and the total of the section sizes. */
247 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
255 (unsigned long) total, (unsigned long) total);
468 bfd_size_type total;
481 total = textsize + datasize + bsssize;
496 (unsigned long) total, (unsigned long) total);
245 bfd_size_type total = total_textsize + total_datasize + total_bsssize; local
464 bfd_size_type total; local
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/gen/
H A Dradixtree.c1300 unsigned int total; local
1303 total = 0;
1307 total += nfound;
1312 assert(total == nnodes);
1322 unsigned int total; local
1325 total = 0;
1329 total += nfound;
1334 assert(total == nnodes);
1345 unsigned int total; local
1348 total
1368 unsigned int total; local
1391 unsigned int total; local
1428 unsigned int total; local
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dt_cond.c49 static int count, share, toggle, total; variable
244 total++;
283 total++;
301 printf("1: Thread joined. Final count = %d, total = %d\n",
302 count, total);
305 ATF_REQUIRE_EQ(total, 50000);
376 total++;
416 total++;
433 printf("1: Thread joined. Final count = %d, total = %d\n", count,
434 total);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dcbc.pl312 $total=16+4;
313 $total+=4 if ($p1 > 0);
314 $total+=4 if ($p2 > 0);
315 $total+=4 if ($p3 > 0);
316 &add("esp",$total);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_strtab.c275 ssize_t res, total = 0; local
279 for (i = 0; i < sp->str_nbufs; i++, total += res) {
285 if ((res = func(sp->str_bufs[i], n, total, private)) <= 0)
289 if (total == 0 && sp->str_size != 0)
292 return (total);
/netbsd-6-1-5-RELEASE/regress/sys/kern/allocfree/
H A Dallocfree.c52 static uint64_t total; variable
178 total += x * 1000000000LL / cpu_frequency(curcpu());
180 total += timespec2ns(&t);
199 total = 0;
222 printf("\t%d", (int)(total / nthreads / count));
/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqstat/
H A Dqdisc_hfsc.c118 rate2str(calc_rate(sp->total, lp->total, sec)),
120 rate2str(calc_rate(sp->total - sp->cumul,
121 lp->total - lp->cumul, sec)),
129 printf(" cumul:%#llx total:%#llx\n",
130 (ull)sp->cumul, (ull)sp->total);
/netbsd-6-1-5-RELEASE/tests/kernel/
H A Dt_pty.c191 size_t total = 0; local
244 total += size;
250 (void)printf("child: closing TTY %zu\n", total);
254 if (total != buffer_size * packets)
256 "Lost data %zu != %zu\n", total, buffer_size * packets);
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dif.c164 uint64_t total = 0; local
184 total = 0;
211 total = ifd->ifi_ibytes + ifd->ifi_obytes +
216 total += 0; // XXX-elad ifnet.if_timer;
218 total += 0; // XXX-elad ifnet.if_snd.ifq_drops;
219 if (total == 0)
228 if (qflag && total == 0)
575 "total", " ", "total", " ");
578 "total", " ", "tota
697 struct iftot *ip, *total; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/stand/boot26/
H A Dboot26.c237 ssize_t retval, total; local
239 total = 0;
248 total += retval;
250 return total;
254 return total;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/score/
H A Dscore7.c1009 score7_rtx_costs (rtx x, int code, int outer_code, int *total, argument
1021 *total = COSTS_N_INSNS (1);
1023 *total = COSTS_N_INSNS (2);
1028 *total = 0;
1031 *total = 1;
1033 *total = COSTS_N_INSNS (2);
1038 *total = 0;
1041 *total = 1;
1043 *total = COSTS_N_INSNS (2);
1047 *total
[all...]

Completed in 348 milliseconds

1234567891011>>