Searched refs:ib0_cnt (Results 1 – 1 of 1) sorted by relevance
531 int ib0_cnt = tbb::flow::copy_body<InputNodeBodyType0>(input0).count_value(); in run_one_functype_node_test() local539 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()1347 int ib0_cnt = tbb::flow::copy_body<InputBodyType0>(input0).count_value(); in execute_test() local1354 …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()1457 int ib0_cnt = tbb::flow::copy_body<InputBodyType0>(input0).count_value(); in execute_test() local1464 …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[all …]