OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wins
(Results
1 - 5
of
5
) 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/tests/usr.bin/indent/
t_misc.sh
235
/* The latter of the two options
wins
. */
/src/sys/arch/sparc64/sparc64/
locore.s
5106
brz,pt %g7, 5f ! No saved reg
wins
Completed in 386 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026