Lines Matching defs:incr

38 		    gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched,
46 ws->incr_ull = incr;
51 ws->chunk_size_ull *= incr;
101 gomp_ull incr, gomp_ull chunk_size,
109 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
119 gomp_ull incr, gomp_ull chunk_size,
127 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
145 gomp_ull incr, gomp_ull chunk_size,
153 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
171 gomp_ull incr, gomp_ull *istart, gomp_ull *iend)
177 return gomp_loop_ull_static_start (up, start, end, incr,
181 return gomp_loop_ull_dynamic_start (up, start, end, incr,
185 return gomp_loop_ull_guided_start (up, start, end, incr,
191 return gomp_loop_ull_static_start (up, start, end, incr,
203 gomp_ull incr, gomp_ull chunk_size,
211 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
222 gomp_ull incr, gomp_ull chunk_size,
230 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
248 gomp_ull incr, gomp_ull chunk_size,
256 gomp_loop_ull_init (thr->ts.work_share, up, start, end, incr,
274 gomp_ull incr, gomp_ull *istart,
281 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
285 return gomp_loop_ull_ordered_dynamic_start (up, start, end, incr,
289 return gomp_loop_ull_ordered_guided_start (up, start, end, incr,
295 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
485 gomp_ull incr, gomp_ull chunk_size,
488 return gomp_loop_ull_static_start (up, start, end, incr, chunk_size, istart,
494 gomp_ull incr, gomp_ull chunk_size,
497 return gomp_loop_ull_dynamic_start (up, start, end, incr, chunk_size, istart,
503 gomp_ull incr, gomp_ull chunk_size,
506 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart,
512 gomp_ull incr, gomp_ull chunk_size,
515 return gomp_loop_ull_ordered_static_start (up, start, end, incr, chunk_size,
521 gomp_ull incr, gomp_ull chunk_size,
524 return gomp_loop_ull_ordered_dynamic_start (up, start, end, incr, chunk_size,
530 gomp_ull incr, gomp_ull chunk_size,
533 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, chunk_size,