Searched refs:gomp_loop_ull_guided_start (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | loop_ull.c | 144 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_guided_start() function 185 return gomp_loop_ull_guided_start (up, start, end, incr, in GOMP_loop_ull_runtime_start() 567 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_guided_start 571 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_nonmonotonic_guided_start 629 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_guided_start() 648 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_nonmonotonic_guided_start()
|
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | loop_ull.c | 143 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_guided_start() function 184 return gomp_loop_ull_guided_start (up, start, end, incr, in GOMP_loop_ull_runtime_start() 458 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_guided_start 505 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_guided_start()
|