Searched refs:total (Results 201 - 225 of 479) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.c5275 int total;
5277 total = rtx_cost (x, SET);
5279 total += m68hc11_cost->shiftQI_const[shift % 8];
5281 total += m68hc11_cost->shiftHI_const[shift % 16];
5283 total += m68hc11_cost->shiftHI_const[8];
5286 total += m68hc11_cost->shiftHI_const[1] * shift;
5291 total *= GET_MODE_SIZE (mode) / 2;
5296 total *= 2;
5298 return total;
5307 int total;
5257 int total; local
5289 int total; local
5418 m68hc11_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dcolumn.cpp508 vunits total;
516 total += amount[i];
527 if (total <= gap) {
532 // gap < total
533 vunits v = scale(amount[i], gap, total);
537 total -= amount[i];
542 assert(total == V0);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dhtml-table.cpp88 int total=0; local
110 total = atoi(s);
114 if (last->alignment != align || last->position != total)
129 int total=0; local
150 total = atoi(s);
162 last->position = total;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Dpopham.asm130 pxor %mm2, %mm2 C total
153 C mm2 total (low dword)
194 paddd %mm0, %mm2 C add to total
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/mmx/
H A Dpopham.asm120 pxor %mm0, %mm0 C total
139 C mm0 total (low dword)
179 paddd %mm1, %mm0 C to total
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dbcache.c77 long total_count; /* total number of strings cached, including dups */
79 long total_size; /* total number of bytes cached, including dups */
80 long structure_size; /* total size of bcache, including infrastructure */
84 total number of hashes can be computed by adding TOTAL_COUNT to
354 print_percentage (int portion, int total)
356 if (total == 0)
360 printf_filtered ("%3d%%\n", (int) (portion * 100.0 / total));
349 print_percentage(int portion, int total) argument
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/i386/
H A Dmsg.md.en85 {BIOS # cylinders heads sectors total sectors GB
105 { BIOS # cylinders heads sectors total sectors GB
H A Dmsg.md.fr85 {BIOS # cylindres t�tes secteurs nb total de secteurs GB
105 { BIOS # cylindres t�tes secteurs nb total de secteurs GB
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dhash.c400 unsigned long total; local
411 total = 0;
422 ++total;
426 fprintf (f, "\t%g average chain length\n", (double) total / table->size);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/score/
H A Dscore-protos.h85 extern bool score_rtx_costs (rtx x, int code, int outer_code, int *total, bool speed);
/netbsd-6-1-5-RELEASE/sys/arch/mips/atheros/dev/
H A Dathflash.c285 int total; local
294 total = min(sc->sc_size - off, uio->uio_resid);
296 while (total > 0) {
302 total -= count;
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.shk.c170 static long int total; /* filled by addupbill() */ variable
247 { /* delivers result in total */
251 total = 0;
253 total += bp->price * bp->bquan;
272 pline("You stole for a total worth of %ld zorkmids.",
273 total);
274 ESHK(shopkeeper)->robbed += total;
617 if (total > u.ugold) {
623 u.ugold -= total;
624 shopkeeper->mgold += total;
[all...]
/netbsd-6-1-5-RELEASE/games/mille/
H A Dmove.c246 pp->total += v;
313 pp->total += SC_COUP;
324 pp->total += SC_SAFETY;
327 pp->total += SC_ALL_SAFE;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev67/
H A Dhamdist.asm49 clr r0 C L0 initial total
63 C r0 total accumulating
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_stat.c88 (*pr)(" ok relocks(total)=%d(%d), anget(retrys)=%d(%d), "
119 UVM_RA_EVCNT_DEFINE(total); variable
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dciss.c138 int error, i, total, rseg, maxfer; local
221 total = sc->ccblen * sc->maxcmd;
222 if ((error = bus_dmamem_alloc(sc->sc_dmat, total, PAGE_SIZE, 0,
228 if ((error = bus_dmamem_map(sc->sc_dmat, sc->cmdseg, rseg, total,
233 memset(sc->ccbs, 0, total);
235 if ((error = bus_dmamap_create(sc->sc_dmat, total, 1,
236 total, 0, BUS_DMA_NOWAIT | BUS_DMA_ALLOCNOW, &sc->cmdmap))) {
242 if ((error = bus_dmamap_load(sc->sc_dmat, sc->cmdmap, sc->ccbs, total,
255 for (i = 0; total > 0 && i < sc->maxcmd; i++, total
737 int total, rv; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgcov.c1255 gcov_type total = 0;
1262 total += arc->count;
1265 total += arc->count;
1269 blk->count = total;
1277 gcov_type total;
1286 total = blk->count;
1290 total -= arc->count;
1296 inv_arc->count = total;
1322 total = blk->count;
1326 total
1254 gcov_type total = 0; local
1276 gcov_type total; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgcov.c36 the include file, but there is no way to get the total execution
1187 gcov_type total = 0;
1194 total += arc->count;
1197 total += arc->count;
1201 blk->count = total;
1209 gcov_type total;
1218 total = blk->count;
1222 total -= arc->count;
1228 inv_arc->count = total;
1254 total
1186 gcov_type total = 0; local
1208 gcov_type total; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/
H A DMakefile.buildboot88 @echo ${PROGAOUT} total size should not exceed 1044480 bytes
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/
H A DMakefile.buildboot72 @echo ${PROG} total size should not exceed XXXX bytes
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dpopcount.asm104 pxor %xmm3, %xmm3 C zero grand total count
171 paddq %xmm1, %xmm3 C add to grand total
219 paddq %xmm1, %xmm3 C add to grand total
222 C Add the two 64-bit halves of the grand total counter
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c2782 unsigned long total = 1; local
2784 total *= option_repetitions;
2785 total *= option_lastsize;
2786 if (tr->size2 == SIZE_FRACTION) total *= FRACTION_COUNT;
2787 else if (tr->size2) total *= (option_lastsize+1)/2;
2789 total *= SHIFT_LIMIT;
2790 total *= MULTIPLIER_COUNT;
2791 total *= DIVISOR_COUNT;
2792 total *= CARRY_COUNT;
2793 total *
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.c3111 bfin_rtx_costs (rtx x, int code, int outer_code, int *total, bool speed)
3120 *total = satisfies_constraint_Ks7 (x) ? 0 : cost2;
3122 *total = log2constp (~INTVAL (x)) ? 0 : cost2;
3124 *total = (INTVAL (x) >= -4 && INTVAL (x) <= 3) ? 0 : cost2;
3126 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 7) ? 0 : cost2;
3128 *total = (INTVAL (x) == 2 || INTVAL (x) == 4) ? 0 : cost2;
3130 *total = 0;
3133 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 31) ? 0 : cost2;
3135 *total = (INTVAL (x) & (INTVAL (x) - 1)) == 0 ? 0 : cost2;
3137 *total
3100 bfin_rtx_costs(rtx x, int code, int outer_code, int *total, bool speed) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dm68k.c1538 m68k_rtx_costs (rtx x, int code, int outer_code, int *total)
1545 *total = 0;
1547 *total = const_int_cost (x);
1553 *total = 3;
1561 *total = 4;
1563 *total = 5;
1589 *total = COSTS_N_INSNS (TARGET_COLDFIRE ? 2 : 3);
1599 *total = COSTS_N_INSNS(1);
1607 *total = COSTS_N_INSNS (2) + INTVAL (XEXP (x, 1)) / 2;
1610 *total
1530 m68k_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dentropy.c146 isc_uint32_t total; /*%< entropy from this source */ member in struct:isc_entropysource
538 isc_uint32_t remain, deltae, count, total; local
556 total = 0;
629 total += deltae;
646 add_entropy(ent, total);
901 source->total = 0;
980 source->total = 0;

Completed in 400 milliseconds

1234567891011>>