Lines Matching refs:ib0_cnt

531         int ib0_cnt = tbb::flow::copy_body<InputNodeBodyType0>(input0).count_value();  in run_one_functype_node_test()  local
539 CHECK_MESSAGE( (ib0_cnt + ib1_cnt <= 2*g_NumItems), "Too many items sent by inputs"); in run_one_functype_node_test()
540 CHECK_MESSAGE( (ib0_cnt + ib1_cnt >= t_cnt), "Too many items received by test node"); in run_one_functype_node_test()
546 … CHECK_MESSAGE( (ib0_cnt + ib1_cnt == 2*g_NumItems), "Missing invocations of input_nodes"); in run_one_functype_node_test()
1347 int ib0_cnt = tbb::flow::copy_body<InputBodyType0>(input0).count_value(); in execute_test() local
1353 … CHECK_MESSAGE( (ib0_cnt <= g_NumItems && ib1_cnt <= g_NumItems), "Too many items sent by inputs"); in execute_test()
1354 …CHECK_MESSAGE( (nb_cnt <= ((ib0_cnt < ib1_cnt) ? ib0_cnt : ib1_cnt)), "Too many items received by … in execute_test()
1359 if(ib0_cnt != g_NumItems) { in execute_test()
1365 … CHECK_MESSAGE( (ib0_cnt == g_NumItems), "Missing invocations of input_node0"); // this one in execute_test()
1457 int ib0_cnt = tbb::flow::copy_body<InputBodyType0>(input0).count_value(); in execute_test() local
1463 … CHECK_MESSAGE( (ib0_cnt <= g_NumItems && ib1_cnt <= g_NumItems), "Too many items sent by inputs"); in execute_test()
1464 …CHECK_MESSAGE( (nb_cnt <= ((ib0_cnt < ib1_cnt) ? ib0_cnt : ib1_cnt)), "Too many items received by … in execute_test()
1469 CHECK_MESSAGE( (ib0_cnt == g_NumItems), "Missing invocations of input_node0"); in execute_test()
1831 int ib0_cnt = tbb::flow::copy_body<InputBodyType0>(input0).count_value(); in run_one_indexer_node_test() local
1837 … CHECK_MESSAGE( (ib0_cnt <= g_NumItems && ib1_cnt <= g_NumItems), "Too many items sent by inputs"); in run_one_indexer_node_test()
1838 CHECK_MESSAGE( (nb_cnt <= ib0_cnt + ib1_cnt), "Too many items received by sink nodes"); in run_one_indexer_node_test()
1843 CHECK_MESSAGE( (ib0_cnt == g_NumItems), "Missing invocations of input_node0"); in run_one_indexer_node_test()