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

  /src/external/gpl3/gcc/dist/libgomp/
loop_ull.c 148 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, function
189 return gomp_loop_ull_guided_start (up, start, end, incr,
802 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_guided_start
803 __attribute__((alias ("gomp_loop_ull_guided_start")));
806 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_nonmonotonic_guided_start
807 __attribute__((alias ("gomp_loop_ull_guided_start")));
868 GOMP_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end,
872 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart,
891 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart
    [all...]
loop_ull.c 148 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, function
189 return gomp_loop_ull_guided_start (up, start, end, incr,
802 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_guided_start
803 __attribute__((alias ("gomp_loop_ull_guided_start")));
806 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_nonmonotonic_guided_start
807 __attribute__((alias ("gomp_loop_ull_guided_start")));
868 GOMP_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end,
872 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart,
891 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
loop_ull.c 148 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, function
189 return gomp_loop_ull_guided_start (up, start, end, incr,
802 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_guided_start
803 __attribute__((alias ("gomp_loop_ull_guided_start")));
806 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_nonmonotonic_guided_start
807 __attribute__((alias ("gomp_loop_ull_guided_start")));
868 GOMP_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end,
872 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart,
891 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart
    [all...]
loop_ull.c 148 gomp_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end, function
189 return gomp_loop_ull_guided_start (up, start, end, incr,
802 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_guided_start
803 __attribute__((alias ("gomp_loop_ull_guided_start")));
806 extern __typeof(gomp_loop_ull_guided_start) GOMP_loop_ull_nonmonotonic_guided_start
807 __attribute__((alias ("gomp_loop_ull_guided_start")));
868 GOMP_loop_ull_guided_start (bool up, gomp_ull start, gomp_ull end,
872 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart,
891 return gomp_loop_ull_guided_start (up, start, end, incr, chunk_size, istart
    [all...]

Completed in 49 milliseconds