Lines Matching refs:max_counter
41 const int max_counter = 16; variable
52 static int intbuffer[max_counter]; // store results for <int,int> parallel pipeline test
145 if(ival == max_counter / 2) { in operator ()()
316 input_counter = max_counter; in resetCounters()
328 CHECK_MESSAGE(output_counter == max_counter, "Ran out of buffers, p:" << concurrency); in checkCounters()
332 …CHECK_MESSAGE(non_pointer_specialized_calls == 3*max_counter, "bad count for non-pointer filters, … in checkCounters()
334 for(int i = 1; i <= max_counter; ++i) { in checkCounters()
337 for(int k = 0; k < max_counter; ++k) { in checkCounters()
349 … bool check = pointer_specialized_calls == max_counter && // input filter extra invocation in checkCounters()
350 first_pointer_specialized_calls == max_counter && in checkCounters()
351 non_pointer_specialized_calls == max_counter && in checkCounters()
358 bool check = pointer_specialized_calls == max_counter && in checkCounters()
360 non_pointer_specialized_calls == max_counter && // input filter in checkCounters()
361 second_pointer_specialized_calls == max_counter; in checkCounters()
367 …CHECK_MESSAGE(pointer_specialized_calls == 3*max_counter, "bad count for pointer filters, p:" << c… in checkCounters()
403 counter = max_counter; in run_function_spec()
505 counter = max_counter; in run_lambdas_test()
523 counter = max_counter; in run_lambdas_test()
547 counter = max_counter; in run_lambdas_test()
569 counter = max_counter; in run_lambdas_test()