Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/game_of_life/
H A DUpdate_state.cpp102 char* mas = m_matrix->data; in UpdateState() local
130 char* src = &mas[(row + begin) * width]; in UpdateState()
137 src = &mas[(m_matrix->height - 1) * width]; in UpdateState()
140 src = &mas[(begin - 1) * width]; in UpdateState()
147 src = mas; in UpdateState()
150 src = &mas[end * width]; in UpdateState()