Searched refs:gomp_loop_ull_static_start (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | loop_ull.c | 99 gomp_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_static_start() function 176 return gomp_loop_ull_static_start (up, start, end, incr, in GOMP_loop_ull_runtime_start() 190 return gomp_loop_ull_static_start (up, start, end, incr, in GOMP_loop_ull_runtime_start() 454 extern __typeof(gomp_loop_ull_static_start) GOMP_loop_ull_static_start 487 return gomp_loop_ull_static_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_static_start()
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | loop_ull.c | 100 gomp_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_static_start() function 177 return gomp_loop_ull_static_start (up, start, end, incr, in GOMP_loop_ull_runtime_start() 191 return gomp_loop_ull_static_start (up, start, end, incr, in GOMP_loop_ull_runtime_start() 563 extern __typeof(gomp_loop_ull_static_start) GOMP_loop_ull_static_start 611 return gomp_loop_ull_static_start (up, start, end, incr, chunk_size, istart, in GOMP_loop_ull_static_start()
|