Searched refs:gomp_loop_ordered_static_start (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | loop.c | 192 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start() function 267 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start() 281 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start() 519 extern __typeof(gomp_loop_ordered_static_start) GOMP_loop_ordered_static_start 565 return gomp_loop_ordered_static_start (start, end, incr, chunk_size, in GOMP_loop_ordered_static_start()
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | loop.c | 204 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start() function 279 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start() 293 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start() 725 extern __typeof(gomp_loop_ordered_static_start) GOMP_loop_ordered_static_start 797 return gomp_loop_ordered_static_start (start, end, incr, chunk_size, in GOMP_loop_ordered_static_start()
|