HomeSort by relevance Sort by last modified time
    Searched full:next_cell (Results 1 - 4 of 4) 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]);
meteor-contest.go 130 next_cell [10][50][12]int8
318 next_cell[piece][minimum][piece_counts[piece][minimum]] = first_empty
597 if boardHasIslands(next_cell[piece][cell][rotation]) == 0 {
598 solve(depth+1, next_cell[piece][cell][rotation])
129 next_cell [10][50][12]int8 var
  /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]);
meteor-contest.go 130 next_cell [10][50][12]int8
318 next_cell[piece][minimum][piece_counts[piece][minimum]] = first_empty
597 if boardHasIslands(next_cell[piece][cell][rotation]) == 0 {
598 solve(depth+1, next_cell[piece][cell][rotation])
129 next_cell [10][50][12]int8 var

Completed in 733 milliseconds