Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_continue_node.cpp170 const size_t expected_count = p*MAX_NODES + Offset; in continue_nodes_with_copy() local
173 CHECK_MESSAGE( global_count == expected_count, "" ); in continue_nodes_with_copy()
H A Dtest_function_node.cpp220 …const size_t expected_count = N/2 * MAX_NODES * MAX_NODES * ( MAX_NODES + 1 ) + MAX_NODES + Offset; in buffered_levels_with_copy() local
223 CHECK(global_count == expected_count); in buffered_levels_with_copy()
H A Dtest_multifunction_node.cpp211 …const size_t expected_count = N/2 * MAX_NODES * MAX_NODES * ( MAX_NODES + 1 ) + MAX_NODES + Offset; in buffered_levels_with_copy() local
214 CHECK_MESSAGE( (global_count == expected_count && global_count == inc_count), "" ); in buffered_levels_with_copy()
H A Dtest_eh_algorithms.cpp59 void validate(unsigned expected_count, const char* msg) { in validate()
61 REQUIRE_MESSAGE( it->second <= expected_count, msg); in validate()