/src/games/backgammon/teachgammon/ |
tutor.c | 44 static const char better[] = variable in typeref:typename:const char[] 45 "That is a legal move, but there is a better one.\n"; 73 writel(better);
|
/src/sys/netinet/ |
in_pcb.c | 1015 vestigial_inpcb_t better; local in function:inpcb_lookup_local 1040 better = *vp; 1050 *vp = better;
|
/src/games/gomoku/ |
pickmove.c | 71 static bool better(spot_index, spot_index, player_color); 141 if (better(s, os, us)) /* pick our best move */ 143 if (better(s, ts, them)) /* pick their best move */ 191 * Return true if spot 'as' is better than spot 'bs' for color 'us'. 194 better(spot_index as, spot_index bs, player_color us) function in typeref:typename:bool
|
/src/sys/netinet6/ |
in6_pcb.c | 914 struct vestigial_inpcb better; local in function:in6pcb_lookup_local 947 better = *vp; 957 *vp = better;
|
/src/sys/dev/ic/ |
cs89x0.c | 133 ** is Digital confidential!), but is better than nothing and more 146 ** 20-25% better than the driver had previously been getting). 293 * To get better performance, we tell the chip to start packet 299 * better is the next 'better' state in the table. 301 * better state. 309 int better; member in struct:cs_xmit_early 1051 * is a better way to do it because the card has a counter which can be 1055 * the receive miss interrupt. This is a better estimate of errors 1927 cs_xmit_early_table[sc->sc_xe_ent].better; [all...] |