Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dloop_ull.c316 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_static_start() function
395 return gomp_loop_ull_ordered_static_start (up, start, end, incr, in GOMP_loop_ull_ordered_runtime_start()
409 return gomp_loop_ull_ordered_static_start (up, start, end, incr, in GOMP_loop_ull_ordered_runtime_start()
813 extern __typeof(gomp_loop_ull_ordered_static_start) GOMP_loop_ull_ordered_static_start
917 return gomp_loop_ull_ordered_static_start (up, start, end, incr, chunk_size, in GOMP_loop_ull_ordered_static_start()
DChangeLog6947 gomp_loop_ull_guided_start, gomp_loop_ull_ordered_static_start,