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

  /src/games/gomoku/
makemove.c 258 intersect[a * FAREA + b] = s;
259 intersect[b * FAREA + a] = s;
272 intersect[a * FAREA + b] = es;
273 intersect[b * FAREA + a] = es;
321 * Update all other frames that intersect the current one
339 /* the other directions can only intersect at spot 'os' */
bdinit.c 251 intersect[fia * FAREA + fib] = s;
263 memset(intersect, 0, sizeof(intersect));
gomoku.h 267 extern spot_index intersect[FAREA * FAREA]; /* frame [a][b] intersection */
main.c 81 spot_index intersect[FAREA * FAREA]; /* frame [a][b] intersection */ variable in typeref:typename:spot_index[]
pickmove.c 294 * Try combining other frames that intersect
325 * Try combining other frames that intersect
1098 spot_index *ip = &intersect[n];
1117 * both lie in the same line and intersect at
1166 * both lie in the same line and intersect at

Completed in 67 milliseconds