Home
last modified time | relevance | path

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

/oneTBB/examples/task_group/sudoku/
H A Dsudoku.cpp136 unsigned b_row = row / 3 * 3, b_col = col / 3 * 3; in in_block() local
138 for (unsigned j = b_col; j < b_col + 3; ++j) in in_block()