HomeSort by: relevance | last modified time | path
    Searched refs:wins (Results 1 - 6 of 6) sorted by relevancy

  /src/games/canfield/canfield/
betinfo.h 42 long wins; /* total winnings */ member in struct:betinfo
canfield.c 669 this.wins += valuepercardup;
670 game.wins += valuepercardup;
671 total.wins += valuepercardup;
741 this.wins = 0;
1131 this.worth = this.wins - thiscosts;
1132 game.worth = game.wins - gamecosts;
1133 total.worth = total.wins - totalcosts;
1134 thisreturn = ((double)this.wins / (double)thiscosts - 1.0) * 100.0;
1135 gamereturn = ((double)game.wins / (double)gamecosts - 1.0) * 100.0;
1136 totalreturn = ((double)total.wins / (double)totalcosts - 1.0) * 100.0
    [all...]
  /src/games/canfield/cfscores/
cfscores.c 141 printf("|Total Costs %8ld |\n", total.wins - total.worth);
142 printf("|Winnings %8ld |\n", total.wins);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-lx2160a.dtsi 1103 apio-wins = <8>;
1104 ppio-wins = <8>;
1131 apio-wins = <8>;
1132 ppio-wins = <8>;
1159 apio-wins = <256>;
1160 ppio-wins = <24>;
1187 apio-wins = <8>;
1188 ppio-wins = <8>;
1215 apio-wins = <256>;
1216 ppio-wins = <24>
    [all...]
  /src/tests/usr.bin/indent/
t_misc.sh 235 /* The latter of the two options wins. */
  /src/sys/arch/sparc64/sparc64/
locore.s 5094 brz,pt %g7, 5f ! No saved reg wins

Completed in 20 milliseconds