Searched refs:total (Results 26 - 50 of 354) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c91 -t --totals Display the total sizes (Berkeley only)\n\
222 name of the section, and the total of the section sizes. */
246 bfd_size_type total = total_textsize + total_datasize + total_bsssize;
254 (unsigned long) total, (unsigned long) total);
436 bfd_size_type total;
448 total = textsize + datasize + bsssize;
463 (unsigned long) total, (unsigned long) total);
244 bfd_size_type total = total_textsize + total_datasize + total_bsssize; local
432 bfd_size_type total; local
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c401 unsigned long total; local
412 total = 0;
423 ++total;
427 fprintf (f, "\t%g average chain length\n", (double) total / table->size);
/freebsd-11-stable/contrib/binutils/include/
H A Dmd5.h83 md5_uint32 total[2]; member in struct:md5_ctx
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c72 ctx->total[0] = ctx->total[1] = 0;
105 ctx->total[0] += bytes;
106 if (ctx->total[0] < bytes)
107 ++ctx->total[1];
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
115 (ctx->total[0] >> 29));
284 ctx->total[0] += len;
285 if (ctx->total[
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsparc-dis.c425 int total;
433 total += hash_count[i];
437 min_count, max_count, (double) total / HASH_SIZE);
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk495 @echo '.info $${.newline}$${TRACER}Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]}' >&3 macro
501 @echo "${TRACER}Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]} seconds=`expr ${now_utc} - ${start_utc}`" macro
/freebsd-11-stable/contrib/dialog/
H A Dformbox.c135 print_form(WINDOW *win, DIALOG_FORMITEM * item, int total, int scrollamt, int choice) argument
140 for (n = 0; n < total; ++n) {
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c1144 size_t current_chunk_size, total;
1236 total = 0;
1240 size_t bytes_to_read = current_chunk_size - total;
1241 size_t bytes = block_read (fd, diff_result + total, bytes_to_read);
1242 total += bytes;
1255 if (total != 0 && diff_result[total-1] != '\n')
1288 return diff_result + total;
1140 size_t current_chunk_size, total; local
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex239 the same name, this approach can substantially reduce the total size
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c4656 arm_size_rtx_costs (rtx x, int code, int outer_code, int *total)
4663 *total = thumb_rtx_costs (x, code, outer_code);
4673 *total = COSTS_N_INSNS (1);
4675 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
4683 *total = COSTS_N_INSNS (2);
4689 *total = COSTS_N_INSNS (2) + rtx_cost (XEXP (x, 0), code);
4699 *total = COSTS_N_INSNS (3) + rtx_cost (XEXP (x, 0), code);
4704 *total = COSTS_N_INSNS (1) + rtx_cost (XEXP (x, 0), code);
4707 *total += 1 + rtx_cost (XEXP (x, 1), code);
4712 *total
4646 arm_size_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4868 arm_slowmul_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4922 arm_fastmul_rtx_costs(rtx x, int code, int outer_code, int *total) argument
4988 arm_xscale_rtx_costs(rtx x, int code, int outer_code, int *total) argument
5069 arm_9e_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c17822 ix86_rtx_costs (rtx x, int code, int outer_code, int *total)
17833 *total = 3;
17835 *total = 2;
17841 *total = 1;
17843 *total = 0;
17848 *total = 0;
17853 *total = 1;
17856 *total = 2;
17862 *total = (COSTS_N_INSNS (1)
17874 *total
17791 ix86_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
H A Dnetware.c44 unsigned total = 0; local
71 total += parm_size;
82 total / BITS_PER_UNIT));
92 unsigned total = 0; local
117 total += parm_size;
122 if (nregs > total / BITS_PER_WORD)
123 nregs = total / BITS_PER_WORD;
H A Dwinnt.c295 int total = 0;
327 total += parm_size;
337 sprintf (p, "%s@%d", asmname, total/BITS_PER_UNIT);
294 int total = 0; local
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c4754 ia64_rtx_costs (rtx x, int code, int outer_code, int *total)
4762 *total = CONST_OK_FOR_J (INTVAL (x)) ? 0 : COSTS_N_INSNS (1);
4766 *total = 0;
4768 *total = 1;
4770 *total = COSTS_N_INSNS (1);
4774 *total = 0;
4776 *total = COSTS_N_INSNS (1);
4781 *total = COSTS_N_INSNS (1);
4787 *total = COSTS_N_INSNS (3);
4797 *total
4744 ia64_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c2519 mips_rtx_costs (rtx x, int code, int outer_code, int *total)
2535 *total = 0;
2537 *total = COSTS_N_INSNS (1);
2545 *total = 0;
2558 *total = 0;
2566 *total = 0;
2581 *total = 0;
2588 *total = 0;
2601 *total = COSTS_N_INSNS (1);
2607 *total
2511 mips_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c110 HOST_WIDE_INT total_size; /* total bytes allocated for stack */
8156 SIZE is the total number of builtins.
18795 rs6000_rtx_costs (rtx x, int code, int outer_code, int *total)
18846 *total = 0;
18859 *total = COSTS_N_INSNS (1);
18872 *total = 0;
18881 *total = COSTS_N_INSNS (1);
18894 *total = optimize_size ? COSTS_N_INSNS (1) + 1 : COSTS_N_INSNS (2);
18898 *total = 0;
18908 *total
18749 rs6000_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c2111 s390_rtx_costs (rtx x, int code, int outer_code, int *total) argument
2121 *total = 0;
2134 *total = COSTS_N_INSNS (1);
2146 *total = s390_cost->madbr;
2148 *total = s390_cost->maebr;
2149 *total += rtx_cost (XEXP (XEXP (x, 0), 0), MULT)
2154 *total = COSTS_N_INSNS (1);
2166 *total = s390_cost->mhi;
2168 *total = s390_cost->mh;
2170 *total
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm98 * WORDSIZE total number of bits (32)
447 * WORDSIZE total number of bits (32)
H A Dsparc.c8320 sparc_rtx_costs (rtx x, int code, int outer_code, int *total)
8330 *total = 0;
8336 *total = 2;
8342 *total = 4;
8352 *total = 0;
8354 *total = 8;
8363 *total = sparc_costs->int_zload - COSTS_N_INSNS (1);
8367 *total = sparc_costs->int_sload - COSTS_N_INSNS (1);
8371 *total = sparc_costs->float_load;
8375 *total
8294 sparc_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2690 % Numbers following @columnfractions are the percent of the total
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c719 /* The running total of the size of arguments pushed onto the stack. */
909 /* Add a CFI to update the running total of the size of arguments
7732 the total amount of memory needed. A heuristic is used to avoid large
7826 int total;
7831 total = (savehere[i] - saved[i]) * dirs[i].count;
7852 total += (savehere[j] - saved[j]) * dirs[j].count;
7859 if (total > dirs[i].length + 1)
7815 int total; local
H A Dgcov.c36 the include file, but there is no way to get the total execution
1194 gcov_type total = 0;
1201 total += arc->count;
1204 total += arc->count;
1208 blk->count = total;
1216 gcov_type total;
1225 total = blk->count;
1229 total -= arc->count;
1235 inv_arc->count = total;
1261 total
1193 gcov_type total = 0; local
1215 gcov_type total; local
[all...]
H A Dggc-zone.c1803 /* Zero the total allocated bytes. This will be recalculated in the
1981 there as part of the total allocated memory. */
2138 size_t total; member in struct:ggc_pch_ondisk
2197 /* Return the total size of the PCH data. */
2211 d->d.total = total_size;
2214 alloc_size = CEIL (d->d.total, BYTES_PER_ALLOC_BIT * 8);
2218 return d->d.total + alloc_size;
2298 if (fseek (f, d->start_offset + d->d.total, SEEK_SET) != 0)
2327 alloc_size = CEIL (d.total, BYTES_PER_ALLOC_BIT * 8);
2330 pch_zone.bytes = d.total;
[all...]
H A Dprofile.c389 gcov_type total = 0;
392 total += e->count;
393 bb->count = total;
401 gcov_type total = 0;
404 total += e->count;
405 bb->count = total;
416 gcov_type total = 0;
421 total += e->count;
429 total = bb->count - total;
386 gcov_type total = 0; local
398 gcov_type total = 0; local
413 gcov_type total = 0; local
440 gcov_type total = 0; local
557 int total = 0; local
[all...]
H A Drtlanal.c3261 int total;
3273 total = COSTS_N_INSNS (5);
3279 total = COSTS_N_INSNS (7);
3283 total = 0;
3286 total = COSTS_N_INSNS (1);
3295 total = 0;
3304 if (targetm.rtx_costs (x, code, outer_code, &total))
3305 return total;
3310 which is already in total. */
3315 total
3238 int total; local
[all...]

Completed in 645 milliseconds

1234567891011>>