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

  /src/external/gpl3/gcc/dist/libgomp/
loop.c 102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, function
184 return gomp_loop_static_start (start, end, incr,
198 return gomp_loop_static_start (start, end, incr, 0, istart, iend);
980 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start
981 __attribute__((alias ("gomp_loop_static_start")));
1032 GOMP_loop_static_start (long start, long end, long incr, long chunk_size,
1035 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend);
loop.c 102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, function
184 return gomp_loop_static_start (start, end, incr,
198 return gomp_loop_static_start (start, end, incr, 0, istart, iend);
980 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start
981 __attribute__((alias ("gomp_loop_static_start")));
1032 GOMP_loop_static_start (long start, long end, long incr, long chunk_size,
1035 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend);
  /src/external/gpl3/gcc.old/dist/libgomp/
loop.c 102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, function
184 return gomp_loop_static_start (start, end, incr,
198 return gomp_loop_static_start (start, end, incr, 0, istart, iend);
980 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start
981 __attribute__((alias ("gomp_loop_static_start")));
1032 GOMP_loop_static_start (long start, long end, long incr, long chunk_size,
1035 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend);
loop.c 102 gomp_loop_static_start (long start, long end, long incr, long chunk_size, function
184 return gomp_loop_static_start (start, end, incr,
198 return gomp_loop_static_start (start, end, incr, 0, istart, iend);
980 extern __typeof(gomp_loop_static_start) GOMP_loop_static_start
981 __attribute__((alias ("gomp_loop_static_start")));
1032 GOMP_loop_static_start (long start, long end, long incr, long chunk_size,
1035 return gomp_loop_static_start (start, end, incr, chunk_size, istart, iend);

Completed in 31 milliseconds