Searched refs:GOMP_loop_static_start (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | libgomp_g.h | 48 extern bool GOMP_loop_static_start (long, long, long, long, long *, long *);
|
H A D | libgomp.map | 142 GOMP_loop_static_start;
|
H A D | loop.c | 512 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 541 GOMP_loop_static_start (long start, long end, long incr, long chunk_size, in GOMP_loop_static_start() function
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | libgomp_g.h | 51 extern bool GOMP_loop_static_start (long, long, long, long, long *, long *);
|
H A D | libgomp.map | 193 GOMP_loop_static_start;
|
H A D | loop.c | 714 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start 758 GOMP_loop_static_start (long start, long end, long incr, long chunk_size, in GOMP_loop_static_start() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | omp-builtins.def | 56 "GOMP_loop_static_start",
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-builtins.def | 97 "GOMP_loop_static_start",
|