Searched refs:GOMP_loop_ull_static_start (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | libgomp_g.h | 85 extern bool GOMP_loop_ull_static_start (bool, unsigned long long,
|
H A D | libgomp.map | 180 GOMP_loop_ull_static_start;
|
H A D | loop_ull.c | 454 extern __typeof(gomp_loop_ull_static_start) GOMP_loop_ull_static_start 483 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_static_start() function
|
/dflybsd-src/contrib/gcc-8.0/libgomp/ |
H A D | libgomp_g.h | 122 extern bool GOMP_loop_ull_static_start (bool, unsigned long long,
|
H A D | libgomp.map | 231 GOMP_loop_ull_static_start;
|
H A D | loop_ull.c | 563 extern __typeof(gomp_loop_ull_static_start) GOMP_loop_ull_static_start 607 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, in GOMP_loop_ull_static_start() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | omp-builtins.def | 108 "GOMP_loop_ull_static_start",
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-builtins.def | 179 "GOMP_loop_ull_static_start",
|