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

/barrelfish-2018-10-04/lib/bomp/
H A Dloop.c38 long *iend)
49 long *iend)
56 long *iend)
63 long *iend)
70 long *iend)
34 GOMP_loop_ordered_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
44 GOMP_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
55 GOMP_loop_runtime_next(long *istart, long *iend) argument
62 GOMP_loop_ordered_runtime_next(long *istart, long *iend) argument
69 GOMP_loop_dynamic_next(long *istart, long *iend) argument
/barrelfish-2018-10-04/lib/bomp_new/
H A Dloop.c38 long *iend)
49 long *iend)
56 long *iend)
63 long *iend)
70 long *iend)
34 GOMP_loop_ordered_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
44 GOMP_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
55 GOMP_loop_runtime_next(long *istart, long *iend) argument
62 GOMP_loop_ordered_runtime_next(long *istart, long *iend) argument
69 GOMP_loop_dynamic_next(long *istart, long *iend) argument
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dexchange_1.c41 RCCE_recv((char*)bufin, 5*(iend-ist+1)*sizeof(double), west);
43 for (int ib=0,i=ist; i<=iend; i++) {
68 RCCE_recv((char*)bufin, 5*(iend-ist+1)*sizeof(double), east);
70 for (int ib=0,i=ist; i<=iend; i++) {
93 for (int ib=0,i=ist; i<=iend; i++) {
101 RCCE_send((char*)bufout, 5*(iend-ist+1)*sizeof(double), east);
119 for (int ib=0,i=ist; i<=iend; i++) {
127 RCCE_send((char*)bufout, 5*(iend-ist+1)*sizeof(double), west);
H A Dsubdomain.c57 iend = nx;
59 if (south == -1) iend = nx - 1;
H A Dapplu.h26 int ipt, ist, iend; variable
98 ipt, ist, iend, jpt, jst, jend, \
H A Dssor.c65 for (i = ist; i<= iend; i++) {
105 for (i = ist; i<= iend; i++) {
H A Dapplu_share.h26 extern int ist, iend, jst, jend, ipt, jpt;
45 ipt, ist, iend, jpt, jst, jend, \
H A Derhs.c108 for (i=ist; i<=iend; i++)
139 for (i=ist; i<=iend; i++) {
236 for (i=ist; i<=iend; i++) {
251 for (i=ist; i<=iend; i++)
258 for (i=ist; i<=iend; i++) {
286 for (i=ist; i<=iend; i++) {
317 for (i=ist; i<=iend; i++)
332 for (i=ist; i<=iend; i++)
342 for (i=ist; i<=iend; i++)
363 for (i=ist; i<=iend;
[all...]
H A Derror.c27 for (i=ist;i<=(iend); i++) {
H A Dl2norm.c22 for (i=ist; i<=iend; i++)
H A Drhs.c77 for (i=ist; i<=iend; i++) {
110 for (i=ist; i<=iend; i++) {
208 for (i=ist; i<=iend; i++) {
225 for (i=ist; i<=iend; i++) {
234 for (i=ist; i<=iend; i++) {
261 for (i=ist; i<=iend; i++) {
299 for (i=ist; i<=iend; i++) {
315 for (i=ist; i<=iend; i++) {
328 for (i=ist; i<=iend; i++) {
350 for (i=ist; i<=iend;
[all...]
H A Dblts.c22 for (i=ist; i<=iend; i++) {
36 for (i=ist; i<=iend; i++) {
H A Dbuts.c22 for (i=iend; i>=ist; i--) {
35 for (i=iend; i>=ist; i--) {
H A Djacld.c21 for (i = ist; i<=iend; i++) {
H A Djacu.c21 for (i = ist; i<=iend; i++) {
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dapplu_share.h26 extern int ist, iend, jst, jend, ipt, jpt;
44 ipt, ist, iend, jpt, jst, jend, \
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c1477 register int *iend = md->offset_vector + offset; local
1478 while (iptr < iend) *iptr++ = -1;
1986 register int *iend = md->offset_vector + offset; local
1987 while (iptr < iend) *iptr++ = -1;
6685 register int *iend = iptr - re->top_bracket; local
6686 if (iend < md->offset_vector + 2) iend = md->offset_vector + 2;
6687 while (--iptr >= iend) *iptr = -1;
7090 register int *iptr, *iend; local
7094 iend
[all...]

Completed in 169 milliseconds