HomeSort by: relevance | last modified time | path
    Searched defs:count_closure (Results 1 - 2 of 2) sorted by relevancy

  /src/games/dab/
algor.cc 102 size_t ALGOR::count_closure(size_t& y, size_t& x, int& dir, BOARD& b) function in class:ALGOR
116 b.abort("count_closure: Invalid move (%zu, %zu, %d)", y, x, dir);
138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0)
254 if ((nbox = count_closure(y, x, xdir, nb)) == 0)
algor.cc 102 size_t ALGOR::count_closure(size_t& y, size_t& x, int& dir, BOARD& b) function in class:ALGOR
116 b.abort("count_closure: Invalid move (%zu, %zu, %d)", y, x, dir);
138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0)
254 if ((nbox = count_closure(y, x, xdir, nb)) == 0)

Completed in 22 milliseconds