Home
last modified time | relevance | path

Searched refs:s_fval (Results 1 – 5 of 5) sorted by relevance

/dragonfly/games/gomoku/
H A Dbdinit.c78 sp->s_fval[BLACK][1].s = 0x500; in bdinit()
79 sp->s_fval[BLACK][2].s = 0x500; in bdinit()
80 sp->s_fval[BLACK][3].s = 0x500; in bdinit()
81 sp->s_fval[WHITE][1].s = 0x500; in bdinit()
82 sp->s_fval[WHITE][2].s = 0x500; in bdinit()
83 sp->s_fval[WHITE][3].s = 0x500; in bdinit()
86 sp->s_fval[BLACK][1].s = 0x401; in bdinit()
87 sp->s_fval[BLACK][2].s = 0x401; in bdinit()
88 sp->s_fval[BLACK][3].s = 0x401; in bdinit()
89 sp->s_fval[WHITE][1].s = 0x401; in bdinit()
[all …]
H A Dmakemove.c107 cp = &fsp->s_fval[BLACK][r]; in makemove()
112 cp = &fsp->s_fval[WHITE][r]; in makemove()
128 fsp->s_fval[BLACK][r].s = MAXCOMBO; in makemove()
129 fsp->s_fval[WHITE][r].s = MAXCOMBO; in makemove()
144 fsp->s_fval[!us][r].s = MAXCOMBO; in makemove()
145 cp = &fsp->s_fval[us][r]; in makemove()
165 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir]; in makemove()
172 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir]; in makemove()
189 cp = &fsp->s_fval[BLACK][r]; in makemove()
194 cp = &fsp->s_fval[WHITE][r]; in makemove()
H A Dmain.c456 sp->s_fval[BLACK][0].s, sp->s_fval[BLACK][1].s, in whatsup()
457 sp->s_fval[BLACK][2].s, sp->s_fval[BLACK][3].s); in whatsup()
459 sp->s_fval[WHITE][0].s, sp->s_fval[WHITE][1].s, in whatsup()
460 sp->s_fval[WHITE][2].s, sp->s_fval[WHITE][3].s); in whatsup()
H A Dgomoku.h223 union comboval s_fval[2][4]; /* combo value for [color][frame] */ member
H A Dpickmove.c249 cb.s = sp->s_fval[color][d = cbp->c_dir].s; in scanframes()
270 cp = &sp->s_fval[color][r = cbp->c_dir]; in scanframes()
448 fcb.s = fsp->s_fval[curcolor][r].s; in makecombo2()
589 fcb.s = fsp->s_fval[curcolor][r].s; in addframes()