Searched refs:gomp_loop_guided_start (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | loop.c | 148 gomp_loop_guided_start (long start, long end, long incr, long chunk_size, in gomp_loop_guided_start() function 188 return gomp_loop_guided_start (start, end, incr, in GOMP_loop_runtime_start() 718 extern __typeof(gomp_loop_guided_start) GOMP_loop_guided_start 722 extern __typeof(gomp_loop_guided_start) GOMP_loop_nonmonotonic_guided_start 775 return gomp_loop_guided_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_guided_start() 790 return gomp_loop_guided_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_nonmonotonic_guided_start()
|
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | loop.c | 139 gomp_loop_guided_start (long start, long end, long incr, long chunk_size, in gomp_loop_guided_start() function 177 return gomp_loop_guided_start (start, end, incr, icv->run_sched_modifier, in GOMP_loop_runtime_start() 516 extern __typeof(gomp_loop_guided_start) GOMP_loop_guided_start 558 return gomp_loop_guided_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_guided_start()
|