Searched refs:GOMP_loop_dynamic_start (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | libgomp_g.h | 53 extern bool GOMP_loop_dynamic_start (long, long, long, long, long *, long *);
|
H A D | libgomp.map | 193 GOMP_loop_dynamic_start;
|
H A D | loop.c | 979 extern __typeof(gomp_loop_dynamic_start) GOMP_loop_dynamic_start 1036 GOMP_loop_dynamic_start (long start, long end, long incr, long chunk_size, in GOMP_loop_dynamic_start() function
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | libgomp_g.h | 53 extern bool GOMP_loop_dynamic_start (long, long, long, long, long *, long *);
|
H A D | libgomp.map | 239 GOMP_loop_dynamic_start;
|
H A D | loop.c | 982 extern __typeof(gomp_loop_dynamic_start) GOMP_loop_dynamic_start 1039 GOMP_loop_dynamic_start (long start, long end, long incr, long chunk_size, in GOMP_loop_dynamic_start() function
|
H A D | ChangeLog | 17158 (GOMP_loop_dynamic_start, GOMP_loop_guided_start, 17371 * loop.c (GOMP_loop_static_start, GOMP_loop_dynamic_start,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-builtins.def | 108 "GOMP_loop_dynamic_start",
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-builtins.def | 120 "GOMP_loop_dynamic_start",
|