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

  /src/external/gpl3/gcc/dist/libgomp/
loop.c 650 gomp_loop_static_next (long *istart, long *iend) function
698 return gomp_loop_static_next (istart, iend);
1009 extern __typeof(gomp_loop_static_next) GOMP_loop_static_next
1010 __attribute__((alias ("gomp_loop_static_next")));
1130 GOMP_loop_static_next (long *istart, long *iend)
1132 return gomp_loop_static_next (istart, iend);
  /src/external/gpl3/gcc.old/dist/libgomp/
loop.c 650 gomp_loop_static_next (long *istart, long *iend) function
698 return gomp_loop_static_next (istart, iend);
1009 extern __typeof(gomp_loop_static_next) GOMP_loop_static_next
1010 __attribute__((alias ("gomp_loop_static_next")));
1130 GOMP_loop_static_next (long *istart, long *iend)
1132 return gomp_loop_static_next (istart, iend);

Completed in 15 milliseconds