Searched refs:gomp_loop_init (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | loop.c | 37 gomp_loop_init (struct gomp_work_share *ws, long start, long end, long incr, in gomp_loop_init() function 72 gomp_loop_init (thr->ts.work_share, start, end, incr, in gomp_loop_static_start() 87 gomp_loop_init (thr->ts.work_share, start, end, incr, in gomp_loop_dynamic_start() 109 gomp_loop_init (thr->ts.work_share, start, end, incr, in gomp_loop_guided_start() 154 gomp_loop_init (thr->ts.work_share, start, end, incr, in gomp_loop_ordered_static_start() 171 gomp_loop_init (thr->ts.work_share, start, end, incr, in gomp_loop_ordered_dynamic_start() 190 gomp_loop_init (thr->ts.work_share, start, end, incr, in gomp_loop_ordered_guided_start() 382 gomp_loop_init (ws, start, end, incr, sched, chunk_size); in gomp_parallel_loop_start()
|
| H A D | ChangeLog | 443 * loop.c (gomp_loop_init): Make parameters signed. Set ws->end to
|