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

  /src/external/gpl3/gcc/dist/libgomp/
loop_ull.c 361 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, function
403 return gomp_loop_ull_ordered_guided_start (up, start, end, incr,
817 extern __typeof(gomp_loop_ull_ordered_guided_start) GOMP_loop_ull_ordered_guided_start
818 __attribute__((alias ("gomp_loop_ull_ordered_guided_start")));
931 GOMP_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end,
935 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, chunk_size,
loop_ull.c 361 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, function
403 return gomp_loop_ull_ordered_guided_start (up, start, end, incr,
817 extern __typeof(gomp_loop_ull_ordered_guided_start) GOMP_loop_ull_ordered_guided_start
818 __attribute__((alias ("gomp_loop_ull_ordered_guided_start")));
931 GOMP_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end,
935 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, chunk_size,
  /src/external/gpl3/gcc.old/dist/libgomp/
loop_ull.c 361 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, function
403 return gomp_loop_ull_ordered_guided_start (up, start, end, incr,
817 extern __typeof(gomp_loop_ull_ordered_guided_start) GOMP_loop_ull_ordered_guided_start
818 __attribute__((alias ("gomp_loop_ull_ordered_guided_start")));
931 GOMP_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end,
935 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, chunk_size,
loop_ull.c 361 gomp_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end, function
403 return gomp_loop_ull_ordered_guided_start (up, start, end, incr,
817 extern __typeof(gomp_loop_ull_ordered_guided_start) GOMP_loop_ull_ordered_guided_start
818 __attribute__((alias ("gomp_loop_ull_ordered_guided_start")));
931 GOMP_loop_ull_ordered_guided_start (bool up, gomp_ull start, gomp_ull end,
935 return gomp_loop_ull_ordered_guided_start (up, start, end, incr, chunk_size,

Completed in 185 milliseconds