/src/games/gomoku/ |
makemove.c | 163 player_color them = us != BLACK ? BLACK : WHITE; local in function:makemove 164 fsp->s_fval[them][r].s = 0x600;
|
makemove.c | 163 player_color them = us != BLACK ? BLACK : WHITE; local in function:makemove 164 fsp->s_fval[them][r].s = 0x600;
|
pickmove.c | 110 player_color them = us != BLACK ? BLACK : WHITE; local in function:pickmove 143 if (better(s, ts, them)) /* pick their best move */ 170 if (board[ts].s_combo[them].cv_force == 1 && 176 union comboval tcv = board[ts].s_combo[them]; 206 player_color them = us != BLACK ? BLACK : WHITE; local in function:better 210 if (/* .... */ asp->s_combo[them].s != bsp->s_combo[them].s) 211 return asp->s_combo[them].s < bsp->s_combo[them].s; 212 if (/* .... */ asp->s_level[them] != bsp->s_level[them] [all...] |
pickmove.c | 110 player_color them = us != BLACK ? BLACK : WHITE; local in function:pickmove 143 if (better(s, ts, them)) /* pick their best move */ 170 if (board[ts].s_combo[them].cv_force == 1 && 176 union comboval tcv = board[ts].s_combo[them]; 206 player_color them = us != BLACK ? BLACK : WHITE; local in function:better 210 if (/* .... */ asp->s_combo[them].s != bsp->s_combo[them].s) 211 return asp->s_combo[them].s < bsp->s_combo[them].s; 212 if (/* .... */ asp->s_level[them] != bsp->s_level[them] [all...] |
/src/usr.sbin/mrouted/ |
vif.c | 54 * them in the kernel. Start routing on all vifs that are 515 * query from a router with a lower IP address, yield to them. 696 u_int32_t temp_addr, us, them = src; local in function:accept_neighbor_request 744 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS, 768 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS, htonl(MROUTED_LEVEL), 783 u_int32_t us, them = src; local in function:accept_neighbor_request2 840 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2, 858 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2, 883 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2, htonl(MROUTED_LEVEL),
|
vif.c | 54 * them in the kernel. Start routing on all vifs that are 515 * query from a router with a lower IP address, yield to them. 696 u_int32_t temp_addr, us, them = src; local in function:accept_neighbor_request 744 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS, 768 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS, htonl(MROUTED_LEVEL), 783 u_int32_t us, them = src; local in function:accept_neighbor_request2 840 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2, 858 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2, 883 send_igmp(us, them, IGMP_DVMRP, DVMRP_NEIGHBORS2, htonl(MROUTED_LEVEL),
|