HomeSort by relevance Sort by last modified time
    Searched defs:next_cell (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.c 116 char next_cell[10][50][12]; variable
303 next_cell[piece][minimum][piece_counts[piece][minimum]] = first_empty;
583 if(!boardHasIslands(next_cell[piece][cell][rotation]))
584 solve(depth + 1, next_cell[piece][cell][rotation]);
  /prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.c 116 char next_cell[10][50][12]; variable
303 next_cell[piece][minimum][piece_counts[piece][minimum]] = first_empty;
583 if(!boardHasIslands(next_cell[piece][cell][rotation]))
584 solve(depth + 1, next_cell[piece][cell][rotation]);

Completed in 66 milliseconds