Lines Matching refs:Count
365 const int Count = 150;
370 bool outputCheck[MaxPorts][Count]; // for checking output
523 if ( lc < Count){
1192 reset_outputCheck(TUPLE_SIZE, Count);
1193 for(int i = 0; i < Count; ++i) {
1198 check_outputCheck(TUPLE_SIZE, Count);
1199 reset_outputCheck(TUPLE_SIZE, Count);
1201 for(int i = 0; i < Count; i++) {
1205 check_outputCheck(TUPLE_SIZE, Count);
1324 for(int i = 0; i < Count; ++i) {
1330 for(int i = 0; i < Count; ++i) {
1346 for(int i = 0; i < Count; ++i) {
1353 tbb::flow::limiter_node<q3_input_type> limiter(g, Count / 2);
1358 serial_queue_helper<TUPLE_SIZE, JType>::fill_one_queue(Count);
1361 for(int i = 0; i < Count / 2; ++i) {
1376 CHECK(std::count(flags.begin(), flags.end(), true) == Count / 2);
1390 flags.reserve(Count);