Home
last modified time | relevance | path

Searched refs:BOARD_SIZE (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/task_group/sudoku/
H A Dsudoku.cpp32 const unsigned BOARD_SIZE = 81; variable
57 for (unsigned i = 0; i < BOARD_SIZE; ++i) { in read_board()
98 for (unsigned i = 0; i < BOARD_SIZE; ++i) in init_board()
102 void init_board(std::vector<board_element>& b, unsigned short arr[BOARD_SIZE]) { in init_board() argument
103 for (unsigned i = 0; i < BOARD_SIZE; ++i) { in init_board()
110 for (unsigned i = 0; i < BOARD_SIZE; ++i) in init_potentials()
115 for (int i = BOARD_SIZE - 1; i >= 0; --i) in fixed_board()
145 for (unsigned i = 0; i < BOARD_SIZE; ++i) { in calculate_potentials()
160 for (unsigned i = 0; i < BOARD_SIZE; ++i) { in valid_board()
174 for (unsigned i = 0; i < BOARD_SIZE; ++i) { in examine_potentials()
[all …]