Searched refs:inc_count (Results 1 – 4 of 4) sorted by relevance
172 size_t inc_count = body_copy.local_execute_count; in continue_nodes_with_copy() local174 CHECK_MESSAGE( global_count == inc_count, "" ); in continue_nodes_with_copy()177 inc_count = body_copy.local_execute_count; in continue_nodes_with_copy()178 CHECK_MESSAGE( ( Offset == inc_count), "reset(rf_reset_bodies) did not reset functor" ); in continue_nodes_with_copy()
222 size_t inc_count = body_copy.local_execute_count; in buffered_levels_with_copy() local224 CHECK(global_count == inc_count ); in buffered_levels_with_copy()227 inc_count = body_copy.local_execute_count; in buffered_levels_with_copy()228 CHECK_MESSAGE( Offset == inc_count, "reset(rf_reset_bodies) did not reset functor" ); in buffered_levels_with_copy()
213 size_t inc_count = body_copy.local_execute_count; in buffered_levels_with_copy() local214 CHECK_MESSAGE( (global_count == expected_count && global_count == inc_count), "" ); in buffered_levels_with_copy()
854 enum op_type { res_count, inc_count, may_succeed, try_make };914 case inc_count: { // called from input ports980 key_matching_FE_operation op_data(t, inc_count);