Home
last modified time | relevance | path

Searched refs:b_row (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
137 for (unsigned i = b_row; i < b_row + 3; ++i) in in_block()