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

<<11121314151617181920

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/refer/
H A Dlabel.y41 int total;
665 && (lp == 0 || lp->total > 1)
870 label_ptr->total = 2; // force use of disambiguator
949 : start(label_pool.length()), length(s.length()), count(0), total(1)
976 (*ptr)->total += 1;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/util/
H A Dtexindex.c110 void sort_in_core (char *infile, int total, char *outfile);
734 sort_in_core (char *infile, int total, char *outfile)
737 char *data = (char *) xmalloc (total + 1);
752 i = read (desc, data + file_size, total - file_size);
777 nlines = total / 50;
730 sort_in_core(char *infile, int total, char *outfile) argument
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dmalloc.c147 u_short total; /* How many chunk */ member in struct:pginfo
678 bp->total = bp->free = (u_short)(malloc_pagesize >> bits);
682 k = bp->total;
697 bp->total--;
1075 if (info->free != info->total)
/netbsd-6-1-5-RELEASE/usr.bin/pmap/
H A Dpmap.c98 size_t total; local
211 total = 0;
232 total += dump_vm_map_entry(kd, proc, vmspace, vm_map_entry, 0);
243 (int)sizeof(void *) * 2 - 2, " total",
244 (unsigned long)total);
247 (int)sizeof(void *) * 4 - 1, " total",
248 (unsigned long)total);
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/boot32/
H A Dboot32.c884 ssize_t bytes_read, total; local
887 total = 0;
898 total += bytes_read; /* account read bytes */
901 return total; /* does this happen? */
906 return total;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.c2944 sh_rtx_costs (rtx x, int code, int outer_code, int *total,
2953 *total = 0;
2955 *total = 0;
2959 *total = 0;
2961 *total = COSTS_N_INSNS (outer_code != SET);
2963 *total = COSTS_N_INSNS ((outer_code != SET) + 1);
2965 *total = COSTS_N_INSNS ((outer_code != SET) + 2);
2967 *total = COSTS_N_INSNS ((outer_code != SET) + 3);
2971 *total = 0;
2974 *total
2934 sh_rtx_costs(rtx x, int code, int outer_code, int *total, bool speed ATTRIBUTE_UNUSED) argument
5572 int total; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.c2445 mips_rtx_costs (rtx x, int code, int outer_code, int *total)
2461 *total = 0;
2463 *total = COSTS_N_INSNS (1);
2471 *total = 0;
2484 *total = 0;
2492 *total = 0;
2507 *total = 0;
2514 *total = 0;
2527 *total = COSTS_N_INSNS (1);
2533 *total
2437 mips_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_consume.c492 uint64_t normal, long double total, char positives, char negatives)
501 assert(!(total == 0 && (positives || negatives)));
504 assert(!(val != 0 && total == 0));
508 f = (dt_fabsl((long double)val) * len) / total;
519 f = (dt_fabsl((long double)val) * len) / total;
537 f = (dt_fabsl((long double)val) * len) / total;
556 long double total = 0; local
587 total += dt_fabsl((long double)data[i]);
599 if (dt_print_quantline(dtp, fp, data[i], normal, total,
614 long double total local
491 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c428 int total;
436 total += hash_count[i];
440 min_count, max_count, (double) total / HASH_SIZE);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dsparc-dis.c428 int total;
436 total += hash_count[i];
440 min_count, max_count, (double) total / HASH_SIZE);
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_km.c833 vmem_size_t total; local
839 total = vmem_size(kmem_arena, VMEM_ALLOC|VMEM_FREE);
842 return (free < (total / 10));
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dfp_complete.c156 static int total; local
167 if (total >= 1000)
169 ++total;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dsh.c2062 sh_rtx_costs (rtx x, int code, int outer_code, int *total)
2070 *total = 0;
2072 *total = 0;
2076 *total = 0;
2078 *total = COSTS_N_INSNS (outer_code != SET);
2080 *total = COSTS_N_INSNS ((outer_code != SET) + 1);
2082 *total = COSTS_N_INSNS (3);
2084 *total = COSTS_N_INSNS (4);
2088 *total = 0;
2091 *total
2054 sh_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4543 int total; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc64/vmx/
H A Dpopcount.asm109 li r8, 0 C grand total count
111 vxor v3, v3, v3 C zero total count
213 vxor v3, v3, v3 C zero total count
/netbsd-6-1-5-RELEASE/distrib/hp300/miniroot/
H A Dinstall.md141 make absolutely certain you subtract 1 from the total number of cylinders,
144 size = (sectors per track) * (tracks per cyl) * (total cylinders)
198 # What we have is a `c' partition with the total number of
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_macosx.c180 // int p_total; /* total # of processes */
622 /* remember active and total counts */
641 register long total; local
684 total = percentages(CPU_STATE_MAX, cpu_states, cp_time, cp_old, cp_diff);
703 * we already have the total memory, we just need
754 printf("%-30s%10d\n", "total system memory:", maxmem);
788 * percent cpu, cpu ticks, state, resident set size, total virtual
833 /* use total memory to break the tie */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/v850/
H A Dv850.c419 int * total)
428 *total = COSTS_N_INSNS (const_costs (x, code));
436 *total = 6;
438 *total = 60;
448 *total = 4;
452 *total = 6;
454 *total = 10;
458 *total = 20;
410 v850_rtx_costs(rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int * total) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.c492 int total = PENDING_TOTAL; local
496 (loop < total);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev67/
H A Dpopcount.asm64 C r0 total accumulating
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Drsh1add_n.asm37 C in total, makes 4 c/l the target speed, which is almost achieved for
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c473 /* The total number of bytes to allocate. */
3518 mips_rtx_costs (rtx x, int code, int outer_code, int *total, bool speed)
3535 *total = 0;
3554 *total = 0;
3563 *total = cost;
3576 *total = 0;
3588 *total = COSTS_N_INSNS (1);
3621 *total = COSTS_N_INSNS (cost);
3625 *total = CONSTANT_POOL_COST;
3635 *total
3499 mips_rtx_costs(rtx x, int code, int outer_code, int *total, bool speed) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c8588 sparc_rtx_costs (rtx x, int code, int outer_code, int *total,
8599 *total = 0;
8605 *total = 2;
8611 *total = 4;
8621 *total = 0;
8623 *total = 8;
8632 *total = sparc_costs->int_zload - COSTS_N_INSNS (1);
8636 *total = sparc_costs->int_sload - COSTS_N_INSNS (1);
8640 *total = sparc_costs->float_load;
8644 *total
8562 sparc_rtx_costs(rtx x, int code, int outer_code, int *total, bool speed ATTRIBUTE_UNUSED) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dalpha.c1346 alpha_rtx_costs (rtx x, int code, int outer_code, int *total)
1367 *total = 0;
1374 *total = 0;
1377 *total = 0;
1379 *total = 2;
1381 *total = COSTS_N_INSNS (2);
1388 *total = COSTS_N_INSNS (outer_code != MEM);
1390 *total = COSTS_N_INSNS (1 + (outer_code != MEM));
1394 *total = COSTS_N_INSNS (15);
1397 *total
1342 alpha_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas30 total_in: LongInt; (* total nb of input bytes read so far *)
34 total_out: LongInt; (* total nb of bytes output so far *)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dentropy.c280 source->total = 0;

Completed in 576 milliseconds

<<11121314151617181920