Searched refs:gomp_loop_static_start (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | loop.c | 102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, in gomp_loop_static_start() function 184 return gomp_loop_static_start (start, end, incr, in GOMP_loop_runtime_start() 198 return gomp_loop_static_start (start, end, incr, 0, istart, iend); in GOMP_loop_runtime_start() 980 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 1035 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_static_start()
|
H A D | ChangeLog | 6923 (gomp_loop_static_start, gomp_loop_dynamic_start, 15441 (gomp_loop_static_start, gomp_loop_dynamic_start): Clear 15443 (gomp_loop_static_start, gomp_loop_ordered_static_start): Call 17350 * loop.c (gomp_loop_static_start): Update for gomp_iter_static_next. 17358 * loop.c (gomp_loop_static_start, gomp_loop_dynamic_start,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop.c | 102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, in gomp_loop_static_start() function 184 return gomp_loop_static_start (start, end, incr, in GOMP_loop_runtime_start() 198 return gomp_loop_static_start (start, end, incr, 0, istart, iend); in GOMP_loop_runtime_start() 977 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 1032 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend); in GOMP_loop_static_start()
|