OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GOMP_loop_runtime_start
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/
loop.c
177
GOMP_loop_runtime_start
(long start, long end, long incr,
990
extern __typeof(
GOMP_loop_runtime_start
) GOMP_loop_nonmonotonic_runtime_start
991
__attribute__((alias ("
GOMP_loop_runtime_start
")));
992
extern __typeof(
GOMP_loop_runtime_start
) GOMP_loop_maybe_nonmonotonic_runtime_start
993
__attribute__((alias ("
GOMP_loop_runtime_start
")));
1071
return
GOMP_loop_runtime_start
(start, end, incr, istart, iend);
1078
return
GOMP_loop_runtime_start
(start, end, incr, istart, iend);
/src/external/gpl3/gcc.old/dist/libgomp/
loop.c
177
GOMP_loop_runtime_start
(long start, long end, long incr,
990
extern __typeof(
GOMP_loop_runtime_start
) GOMP_loop_nonmonotonic_runtime_start
991
__attribute__((alias ("
GOMP_loop_runtime_start
")));
992
extern __typeof(
GOMP_loop_runtime_start
) GOMP_loop_maybe_nonmonotonic_runtime_start
993
__attribute__((alias ("
GOMP_loop_runtime_start
")));
1071
return
GOMP_loop_runtime_start
(start, end, incr, istart, iend);
1078
return
GOMP_loop_runtime_start
(start, end, incr, istart, iend);
Completed in 57 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026