Searched refs:total (Results 1 - 25 of 984) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/m4/lib/
H A Dohash_entries.c25 return h->total - h->deleted;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-cost.c58 int *total)
70 *total = 0;
80 *total = satisfies_constraint_Is20 (x) ? 0 : 4;
83 *total = satisfies_constraint_Iu15 (x) ? 0 : 4;
86 *total = satisfies_constraint_Iu05 (x) ? 0 : 4;
89 *total = satisfies_constraint_Is16 (x) ? 0 : 4;
91 *total = COSTS_N_INSNS (1);
98 *total = COSTS_N_INSNS (1);
102 *total = COSTS_N_INSNS (1);
119 *total
54 nds32_rtx_costs_speed_prefer(rtx x ATTRIBUTE_UNUSED, int code, int outer_code ATTRIBUTE_UNUSED, int opno ATTRIBUTE_UNUSED, int *total) argument
404 nds32_rtx_costs_size_prefer(rtx x, int code, int outer_code, int opno ATTRIBUTE_UNUSED, int *total) argument
511 nds32_rtx_costs_impl(rtx x, machine_mode mode ATTRIBUTE_UNUSED, int outer_code, int opno, int *total, bool speed) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-cost.cc58 int *total)
70 *total = 0;
80 *total = satisfies_constraint_Is20 (x) ? 0 : 4;
83 *total = satisfies_constraint_Iu15 (x) ? 0 : 4;
86 *total = satisfies_constraint_Iu05 (x) ? 0 : 4;
89 *total = satisfies_constraint_Is16 (x) ? 0 : 4;
91 *total = COSTS_N_INSNS (1);
98 *total = COSTS_N_INSNS (1);
102 *total = COSTS_N_INSNS (1);
119 *total
54 nds32_rtx_costs_speed_prefer(rtx x ATTRIBUTE_UNUSED, int code, int outer_code ATTRIBUTE_UNUSED, int opno ATTRIBUTE_UNUSED, int *total) argument
404 nds32_rtx_costs_size_prefer(rtx x, int code, int outer_code, int opno ATTRIBUTE_UNUSED, int *total) argument
511 nds32_rtx_costs_impl(rtx x, machine_mode mode ATTRIBUTE_UNUSED, int outer_code, int opno, int *total, bool speed) argument
[all...]
/netbsd-current/sys/arch/hpc/stand/libz/
H A Dzalloc.c37 size_t total = items * size; local
39 opaque = malloc(total);
41 memset(opaque, 0, total);
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dincr_comdat_test_2_v1.cc34 static int total = 0; local
35 total += k;
36 return total;
H A Dincr_comdat_test_2_v2.cc34 static int total = 0; local
35 total += k;
36 return total;
H A Dincr_comdat_test_2_v3.cc34 static int total = 0; local
35 total += k;
36 return total;
H A Dincr_comdat_test_1.cc43 static int total = 0; local
44 total += k;
45 return total;
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb-hashtab.cc28 size_t total = size * count; local
29 void *ptr = obstack_alloc ((struct obstack *) data, total);
31 memset (ptr, 0, total);
/netbsd-current/games/canfield/cfscores/
H A Dcfscores.c107 struct betinfo total; local
120 i = read(dbfd, &total, sizeof(total));
123 if (i == 0 || total.hand == 0) {
129 if (total.worth >= 0)
135 printf("| Hands %8ld |\n", total.hand);
136 printf("| Inspections %8ld |\n", total.inspection);
137 printf("| Games %8ld |\n", total.game);
138 printf("| Runs %8ld |\n", total.runs);
139 printf("| Information %8ld |\n", total
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dread1.c113 ssize_t res, total; local
117 total = 0;
120 res = read2 (fd, (char *)buf + total, count - total);
124 iteration, fd, count - total, res,
131 total = -1;
135 if (total > 0
144 total = -1;
148 total += res;
149 if (total
[all...]
/netbsd-current/usr.bin/cksum/
H A Dsum1.c53 off_t total; local
63 thecrc = total = 0;
65 for (total += nr, p = buf; nr--; ++p) {
74 *clen = total;
H A Dsum2.c54 off_t total; local
67 total = 0;
69 for (total += nr, p = buf; nr--; ++p)
78 *clen = total;
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dinckern.c42 int err, i, n, total, nulldata; local
46 total = 0;
54 total = strtoul(optarg, 0, 0);
58 if ((optarg == 0) || (total != 0) ||
74 fprintf(ofd, "%d];\n", total);
75 fprintf(ofd, "int kernel_binary_size = %d;\n", total);
84 total += n;
86 fprintf(ofd, "\n};\nint kernel_binary_size = %d;\n", total);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Daverage.c14 int total = 0, num_elements = 0, average = 0; local
15 total = sum(list, low, high);
18 average = total / num_elements;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfull-write.c62 size_t total = 0; local
75 total += n_rw;
80 return total;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Daverage.c14 int total = 0, num_elements = 0, average = 0; local
15 total = sum(list, low, high);
18 average = total / num_elements;
/netbsd-current/sbin/newfs_v7fs/
H A Dnewfs_v7fs.h41 off_t total; member in struct:progress_arg
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Danonpgpid.d68 @total[pid, execname, args[3] & B_READ ? "R" : "W"] = sum(arg1);
74 printa("%6d %-16s %1s %@d\n", @total);
H A Djs_objcpu.d50 @total = sum(this->oncpu);
57 normalize(@total, 1000000);
58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
H A Drb_objcpu.d50 @total = sum(this->oncpu);
57 normalize(@total, 1000000);
58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);
/netbsd-current/external/cddl/dtracetoolkit/dist/Mem/
H A Danonpgpid.d68 @total[pid, execname, args[3] & B_READ ? "R" : "W"] = sum(arg1);
74 printa("%6d %-16s %1s %@d\n", @total);
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dntgroups.h33 unsigned int *total);
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dfetch.c109 size_t total; local
121 total = 0;
124 char *newp = ber_memrealloc( p, total + bytes + 1 );
131 AC_MEMCPY( &p[total], buffer, bytes );
132 total += bytes;
137 if( total == 0 ) {
146 p[total] = '\0';
148 *vlenp = total;
/netbsd-current/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_objcpu.d50 @total = sum(this->oncpu);
57 normalize(@total, 1000000);
58 printa("Total object creation on-CPU time (ms): %@d\n\n", @total);

Completed in 385 milliseconds

1234567891011>>