Home
last modified time | relevance | path

Searched refs:gomp_loop_ordered_static_start (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libgomp/
H A Dloop.c147 gomp_loop_ordered_static_start (long start, long end, long incr, in gomp_loop_ordered_static_start() function
208 return gomp_loop_ordered_static_start (start, end, incr, in GOMP_loop_ordered_runtime_start()
452 extern __typeof(gomp_loop_ordered_static_start) GOMP_loop_ordered_static_start
498 return gomp_loop_ordered_static_start (start, end, incr, chunk_size, in GOMP_loop_ordered_static_start()
H A DChangeLog130 (gomp_loop_ordered_static_start): Remove start == end test.
1299 (gomp_loop_ordered_static_start): Likewise. Exit early for a
1307 gomp_loop_guided_start, gomp_loop_ordered_static_start,