Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dloop.c439 gomp_loop_guided_next (long *istart, long *iend) in gomp_loop_guided_next() function
468 return gomp_loop_guided_next (istart, iend); in GOMP_loop_runtime_next()
743 extern __typeof(gomp_loop_guided_next) GOMP_loop_guided_next
747 extern __typeof(gomp_loop_guided_next) GOMP_loop_nonmonotonic_guided_next
856 return gomp_loop_guided_next (istart, iend); in GOMP_loop_guided_next()
868 return gomp_loop_guided_next (istart, iend); in GOMP_loop_nonmonotonic_guided_next()
/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Dloop.c322 gomp_loop_guided_next (long *istart, long *iend) in gomp_loop_guided_next() function
351 return gomp_loop_guided_next (istart, iend); in GOMP_loop_runtime_next()
530 extern __typeof(gomp_loop_guided_next) GOMP_loop_guided_next
600 return gomp_loop_guided_next (istart, iend); in GOMP_loop_guided_next()