Searched refs:iend (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libgomp/
H A Dloop_ull.c102 gomp_ull *istart, gomp_ull *iend)
114 return !gomp_iter_ull_static_next (istart, iend);
120 gomp_ull *istart, gomp_ull *iend)
133 ret = gomp_iter_ull_dynamic_next (istart, iend);
136 ret = gomp_iter_ull_dynamic_next_locked (istart, iend);
146 gomp_ull *istart, gomp_ull *iend)
159 ret = gomp_iter_ull_guided_next (istart, iend);
162 ret = gomp_iter_ull_guided_next_locked (istart, iend);
171 gomp_ull incr, gomp_ull *istart, gomp_ull *iend)
179 istart, iend);
100 gomp_loop_ull_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
118 gomp_loop_ull_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
144 gomp_loop_ull_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
170 GOMP_loop_ull_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
202 gomp_loop_ull_ordered_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
221 gomp_loop_ull_ordered_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
247 gomp_loop_ull_ordered_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
273 GOMP_loop_ull_ordered_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
313 gomp_loop_ull_static_next(gomp_ull *istart, gomp_ull *iend) argument
319 gomp_loop_ull_dynamic_next(gomp_ull *istart, gomp_ull *iend) argument
336 gomp_loop_ull_guided_next(gomp_ull *istart, gomp_ull *iend) argument
353 GOMP_loop_ull_runtime_next(gomp_ull *istart, gomp_ull *iend) argument
379 gomp_loop_ull_ordered_static_next(gomp_ull *istart, gomp_ull *iend) argument
395 gomp_loop_ull_ordered_dynamic_next(gomp_ull *istart, gomp_ull *iend) argument
413 gomp_loop_ull_ordered_guided_next(gomp_ull *istart, gomp_ull *iend) argument
431 GOMP_loop_ull_ordered_runtime_next(gomp_ull *istart, gomp_ull *iend) argument
484 GOMP_loop_ull_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
493 GOMP_loop_ull_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
502 GOMP_loop_ull_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
511 GOMP_loop_ull_ordered_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
520 GOMP_loop_ull_ordered_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
529 GOMP_loop_ull_ordered_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
538 GOMP_loop_ull_static_next(gomp_ull *istart, gomp_ull *iend) argument
544 GOMP_loop_ull_dynamic_next(gomp_ull *istart, gomp_ull *iend) argument
550 GOMP_loop_ull_guided_next(gomp_ull *istart, gomp_ull *iend) argument
556 GOMP_loop_ull_ordered_static_next(gomp_ull *istart, gomp_ull *iend) argument
562 GOMP_loop_ull_ordered_dynamic_next(gomp_ull *istart, gomp_ull *iend) argument
568 GOMP_loop_ull_ordered_guided_next(gomp_ull *istart, gomp_ull *iend) argument
[all...]
H A Dloop.c99 long *istart, long *iend)
111 return !gomp_iter_static_next (istart, iend);
116 long *istart, long *iend)
129 ret = gomp_iter_dynamic_next (istart, iend);
132 ret = gomp_iter_dynamic_next_locked (istart, iend);
141 long *istart, long *iend)
154 ret = gomp_iter_guided_next (istart, iend);
157 ret = gomp_iter_guided_next_locked (istart, iend);
166 long *istart, long *iend)
173 istart, iend);
98 gomp_loop_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
115 gomp_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
140 gomp_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
165 GOMP_loop_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
193 gomp_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
211 gomp_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
236 gomp_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
261 GOMP_loop_ordered_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
300 gomp_loop_static_next(long *istart, long *iend) argument
306 gomp_loop_dynamic_next(long *istart, long *iend) argument
323 gomp_loop_guided_next(long *istart, long *iend) argument
340 GOMP_loop_runtime_next(long *istart, long *iend) argument
366 gomp_loop_ordered_static_next(long *istart, long *iend) argument
382 gomp_loop_ordered_dynamic_next(long *istart, long *iend) argument
400 gomp_loop_ordered_guided_next(long *istart, long *iend) argument
418 GOMP_loop_ordered_runtime_next(long *istart, long *iend) argument
596 GOMP_loop_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
603 GOMP_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
610 GOMP_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
617 GOMP_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
625 GOMP_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
633 GOMP_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
641 GOMP_loop_static_next(long *istart, long *iend) argument
647 GOMP_loop_dynamic_next(long *istart, long *iend) argument
653 GOMP_loop_guided_next(long *istart, long *iend) argument
659 GOMP_loop_ordered_static_next(long *istart, long *iend) argument
665 GOMP_loop_ordered_dynamic_next(long *istart, long *iend) argument
671 GOMP_loop_ordered_guided_next(long *istart, long *iend) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Did-9.f3 do ii=istart,iend
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D14.cc43 InIt iend; local
53 mg.get(ibeg, iend, false, fmt, err, val);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D14.cc43 InIt iend; local
53 mg.get(ibeg, iend, false, fmt, err, val);
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.h222 { return replace (iend (), iend (), first, last); }
242 { return replace (ibegin (), iend (), first, last); }
429 iterator iend () const { return &(*rep ())[length ()]; } function in class:basic_string
433 const_iterator end () const { return iend (); }
/haiku-buildtools/gcc/gcc/
H A Domp-low.c2320 /* We need two temporaries with fd.loop.v type (istart/iend)
5718 /* First two _looptemp_ clauses are for istart/iend, counts[0]
5861 /* First two _looptemp_ clauses are for istart/iend, counts[0]
6024 iend = iend0;
6028 if (V cond iend) goto L1; else goto L2;
6036 V and iend in L0 we assign the first two _looptemp_ clause decls of the
6038 if (V cond iend) goto L1; else goto L2; are removed.
6082 iend = iend0;
6086 if (V < iend) goto L10; else goto L2;
6111 tree type, istart0, iend0, iend;
6110 tree type, istart0, iend0, iend; local
[all...]

Completed in 134 milliseconds