HomeSort by: relevance | last modified time | path
    Searched defs:GOMP_loop_ull_runtime_start (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
loop_ull.c 174 GOMP_loop_ull_runtime_start (bool up, gomp_ull start, gomp_ull end,
808 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_nonmonotonic_runtime_start
809 __attribute__((alias ("GOMP_loop_ull_runtime_start")));
810 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_maybe_nonmonotonic_runtime_start
811 __attribute__((alias ("GOMP_loop_ull_runtime_start")));
900 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend);
909 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend);
loop_ull.c 174 GOMP_loop_ull_runtime_start (bool up, gomp_ull start, gomp_ull end,
808 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_nonmonotonic_runtime_start
809 __attribute__((alias ("GOMP_loop_ull_runtime_start")));
810 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_maybe_nonmonotonic_runtime_start
811 __attribute__((alias ("GOMP_loop_ull_runtime_start")));
900 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend);
909 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend);
  /src/external/gpl3/gcc.old/dist/libgomp/
loop_ull.c 174 GOMP_loop_ull_runtime_start (bool up, gomp_ull start, gomp_ull end,
808 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_nonmonotonic_runtime_start
809 __attribute__((alias ("GOMP_loop_ull_runtime_start")));
810 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_maybe_nonmonotonic_runtime_start
811 __attribute__((alias ("GOMP_loop_ull_runtime_start")));
900 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend);
909 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend);
loop_ull.c 174 GOMP_loop_ull_runtime_start (bool up, gomp_ull start, gomp_ull end,
808 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_nonmonotonic_runtime_start
809 __attribute__((alias ("GOMP_loop_ull_runtime_start")));
810 extern __typeof(GOMP_loop_ull_runtime_start) GOMP_loop_ull_maybe_nonmonotonic_runtime_start
811 __attribute__((alias ("GOMP_loop_ull_runtime_start")));
900 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend);
909 return GOMP_loop_ull_runtime_start (up, start, end, incr, istart, iend);

Completed in 50 milliseconds