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

  /src/external/gpl3/gcc/dist/libgomp/
loop_ull.c 316 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, function
395 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
409 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
813 extern __typeof(gomp_loop_ull_ordered_static_start) GOMP_loop_ull_ordered_static_start
814 __attribute__((alias ("gomp_loop_ull_ordered_static_start")));
913 GOMP_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end,
917 return gomp_loop_ull_ordered_static_start (up, start, end, incr, chunk_size,
loop_ull.c 316 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, function
395 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
409 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
813 extern __typeof(gomp_loop_ull_ordered_static_start) GOMP_loop_ull_ordered_static_start
814 __attribute__((alias ("gomp_loop_ull_ordered_static_start")));
913 GOMP_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end,
917 return gomp_loop_ull_ordered_static_start (up, start, end, incr, chunk_size,
  /src/external/gpl3/gcc.old/dist/libgomp/
loop_ull.c 316 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, function
395 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
409 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
813 extern __typeof(gomp_loop_ull_ordered_static_start) GOMP_loop_ull_ordered_static_start
814 __attribute__((alias ("gomp_loop_ull_ordered_static_start")));
913 GOMP_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end,
917 return gomp_loop_ull_ordered_static_start (up, start, end, incr, chunk_size,
loop_ull.c 316 gomp_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end, function
395 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
409 return gomp_loop_ull_ordered_static_start (up, start, end, incr,
813 extern __typeof(gomp_loop_ull_ordered_static_start) GOMP_loop_ull_ordered_static_start
814 __attribute__((alias ("gomp_loop_ull_ordered_static_start")));
913 GOMP_loop_ull_ordered_static_start (bool up, gomp_ull start, gomp_ull end,
917 return gomp_loop_ull_ordered_static_start (up, start, end, incr, chunk_size,

Completed in 45 milliseconds