Searched refs:b_row (Results 1 – 1 of 1) sorted by relevance
136 unsigned b_row = row / 3 * 3, b_col = col / 3 * 3; in in_block() local137 for (unsigned i = b_row; i < b_row + 3; ++i) in in_block()