Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp110 const size_t Offset = 123; variable
135 cf.local_execute_count = Offset; in continue_nodes_with_copy()
136 global_execute_count = Offset; in continue_nodes_with_copy()
170 const size_t expected_count = p*MAX_NODES + Offset; in continue_nodes_with_copy()
178 CHECK_MESSAGE( ( Offset == inc_count), "reset(rf_reset_bodies) did not reset functor" ); in continue_nodes_with_copy()
H A Dtest_function_node.cpp141 const size_t Offset = 123; variable
167 cf.local_execute_count = Offset; in buffered_levels_with_copy()
168 global_execute_count = Offset; in buffered_levels_with_copy()
220 …const size_t expected_count = N/2 * MAX_NODES * MAX_NODES * ( MAX_NODES + 1 ) + MAX_NODES + Offset; in buffered_levels_with_copy()
228 CHECK_MESSAGE( Offset == inc_count, "reset(rf_reset_bodies) did not reset functor" ); in buffered_levels_with_copy()
H A Dtest_multifunction_node.cpp132 const size_t Offset = 123; variable
158 cf.local_execute_count = Offset; in buffered_levels_with_copy()
159 global_execute_count = Offset; in buffered_levels_with_copy()
211 …const size_t expected_count = N/2 * MAX_NODES * MAX_NODES * ( MAX_NODES + 1 ) + MAX_NODES + Offset; in buffered_levels_with_copy()