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

  /src/external/gpl3/gcc/dist/libgomp/
loop_ull.c 104 gomp_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, function
181 return gomp_loop_ull_static_start (up, start, end, incr,
195 return gomp_loop_ull_static_start (up, start, end, incr,
798 extern __typeof(gomp_loop_ull_static_start) GOMP_loop_ull_static_start
799 __attribute__((alias ("gomp_loop_ull_static_start")));
850 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end,
854 return gomp_loop_ull_static_start (up, start, end, incr, chunk_size, istart,
loop_ull.c 104 gomp_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, function
181 return gomp_loop_ull_static_start (up, start, end, incr,
195 return gomp_loop_ull_static_start (up, start, end, incr,
798 extern __typeof(gomp_loop_ull_static_start) GOMP_loop_ull_static_start
799 __attribute__((alias ("gomp_loop_ull_static_start")));
850 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end,
854 return gomp_loop_ull_static_start (up, start, end, incr, chunk_size, istart,
  /src/external/gpl3/gcc.old/dist/libgomp/
loop_ull.c 104 gomp_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, function
181 return gomp_loop_ull_static_start (up, start, end, incr,
195 return gomp_loop_ull_static_start (up, start, end, incr,
798 extern __typeof(gomp_loop_ull_static_start) GOMP_loop_ull_static_start
799 __attribute__((alias ("gomp_loop_ull_static_start")));
850 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end,
854 return gomp_loop_ull_static_start (up, start, end, incr, chunk_size, istart,
loop_ull.c 104 gomp_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end, function
181 return gomp_loop_ull_static_start (up, start, end, incr,
195 return gomp_loop_ull_static_start (up, start, end, incr,
798 extern __typeof(gomp_loop_ull_static_start) GOMP_loop_ull_static_start
799 __attribute__((alias ("gomp_loop_ull_static_start")));
850 GOMP_loop_ull_static_start (bool up, gomp_ull start, gomp_ull end,
854 return gomp_loop_ull_static_start (up, start, end, incr, chunk_size, istart,

Completed in 42 milliseconds