Searched refs:gomp_loop_ull_ordered_guided_start (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | loop_ull.c | 361 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_guided_start() function 403 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, in GOMP_loop_ull_ordered_runtime_start() 817 extern __typeof(gomp_loop_ull_ordered_guided_start) GOMP_loop_ull_ordered_guided_start 935 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, chunk_size, in GOMP_loop_ull_ordered_guided_start()
|
H A D | ChangeLog | 6949 gomp_loop_ull_ordered_guided_start,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | loop_ull.c | 358 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, in gomp_loop_ull_ordered_guided_start() function 400 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, in GOMP_loop_ull_ordered_runtime_start() 814 extern __typeof(gomp_loop_ull_ordered_guided_start) GOMP_loop_ull_ordered_guided_start 932 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, chunk_size, in GOMP_loop_ull_ordered_guided_start()
|