Searched refs:expected_count (Results 1 – 4 of 4) sorted by relevance
170 const size_t expected_count = p*MAX_NODES + Offset; in continue_nodes_with_copy() local173 CHECK_MESSAGE( global_count == expected_count, "" ); in continue_nodes_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() local223 CHECK(global_count == expected_count); 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() local214 CHECK_MESSAGE( (global_count == expected_count && global_count == inc_count), "" ); in buffered_levels_with_copy()
59 void validate(unsigned expected_count, const char* msg) { in validate()61 REQUIRE_MESSAGE( it->second <= expected_count, msg); in validate()