ITERATIONS        211 test/test-loop-handles.c   if (loop_iteration < ITERATIONS) {
ITERATIONS        277 test/test-loop-handles.c   printf("Loop iteration %d of %d.\n", loop_iteration, ITERATIONS);
ITERATIONS        318 test/test-loop-handles.c   ASSERT(loop_iteration == ITERATIONS);
ITERATIONS        320 test/test-loop-handles.c   ASSERT(prepare_1_cb_called == ITERATIONS);
ITERATIONS        323 test/test-loop-handles.c   ASSERT(prepare_2_cb_called == floor(ITERATIONS / 2.0));
ITERATIONS        326 test/test-loop-handles.c   ASSERT(check_cb_called == ITERATIONS);