Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/game_of_life/
H A DGame_of_life.cpp40 m_height(height), in Board()
57 for (int j = 0; j < m_height; j++) { in seed()
66 memcpy(m_matrix->data, src->m_matrix->data, m_height * m_width); in seed()
H A DBoard.hpp41 int m_height; member in Board