Lines Matching refs:Count
39 const int Count = 150; variable
42 bool outputCheck[MaxPorts][Count]; // for checking output
125 if ( lc < Count){ in operator ()()
273 reset_outputCheck(SIZE, Count); in test()
274 for(int i=0; i < Count*SIZE; ++i) { in test()
279 check_outputCheck(SIZE, Count); in test()
280 reset_outputCheck(SIZE, Count); in test()
282 for(int i=0; i < Count*SIZE; i++) { in test()
286 check_outputCheck(SIZE, Count); in test()
372 for (int i = 0; i < Count; ++i ) { in test_one_serial()
377 for (int i = 0; i < Count * SIZE; ++i ) { in test_one_serial()
388 serial_queue_helper<SIZE, IType>::fill_one_queue(Count,my_indexer); in test_one_serial()
391 for (int i = 0; i < Count*SIZE; ++i ) { in test_one_serial()