Searched refs:gomp_loop_static_start (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | loop.c | 97 gomp_loop_static_start (long start, long end, long incr, long chunk_size, in gomp_loop_static_start() function 171 return gomp_loop_static_start (start, end, incr, icv->run_sched_modifier, in GOMP_loop_runtime_start() 182 return gomp_loop_static_start (start, end, incr, 0, istart, iend); in GOMP_loop_runtime_start() 512 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 544 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_static_start()
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | loop.c | 98 gomp_loop_static_start (long start, long end, long incr, long chunk_size, in gomp_loop_static_start() function 180 return gomp_loop_static_start (start, end, incr, in GOMP_loop_runtime_start() 194 return gomp_loop_static_start (start, end, incr, 0, istart, iend); in GOMP_loop_runtime_start() 714 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 761 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_static_start()
|