HomeSort by: relevance | last modified time | path
    Searched defs:GOMP_loop_runtime_start (Results 1 - 4 of 4) 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);
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);
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 42 milliseconds