Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_intrusive_list.cpp74 const int NumElements = 256 * 1024; variable
79 REQUIRE_MESSAGE(il.size() == unsigned(NumElements / value_step), "Wrong size of the list"); in check_list_nodes()
93 …REQUIRE_MESSAGE(i == NumElements + value_step - 1, "Wrong number of list elements while iterating … in check_list_nodes()
96 for ( i = NumElements - 1, it--; it != il.end(); --it, i -= value_step ) { in check_list_nodes()
109 for (int i = NumElements - 1; i >= 0; --i) { in test_list_operations()