Searched refs:gomp_loop_ull_ordered_static_start (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | loop_ull.c | 201 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_static_start() function 280 return gomp_loop_ull_ordered_static_start (up, start, end, incr, in GOMP_loop_ull_ordered_runtime_start() 294 return gomp_loop_ull_ordered_static_start (up, start, end, incr, in GOMP_loop_ull_ordered_runtime_start() 461 extern __typeof(gomp_loop_ull_ordered_static_start) GOMP_loop_ull_ordered_static_start 514 return gomp_loop_ull_ordered_static_start (up, start, end, incr, chunk_size, in GOMP_loop_ull_ordered_static_start()
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | loop_ull.c | 202 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_static_start() function 281 return gomp_loop_ull_ordered_static_start (up, start, end, incr, in GOMP_loop_ull_ordered_runtime_start() 295 return gomp_loop_ull_ordered_static_start (up, start, end, incr, in GOMP_loop_ull_ordered_runtime_start() 574 extern __typeof(gomp_loop_ull_ordered_static_start) GOMP_loop_ull_ordered_static_start 657 return gomp_loop_ull_ordered_static_start (up, start, end, incr, chunk_size, in GOMP_loop_ull_ordered_static_start()
|