Lines Matching refs:e0
64 gomp_ull n, q, i, t, s0, e0, s, e;
86 e0 = s0 + q;
89 if (s0 >= e0)
97 e = e0 * ws->incr_ull + ws->next_ull;
101 thr->ts.static_trip = (e0 == n ? -1 : 1);
106 gomp_ull n, s0, e0, i, c, s, e;
121 e0 = s0 + c;
126 if (e0 > n)
127 e0 = n;
131 e = e0 * ws->incr_ull + ws->next_ull;
136 if (e0 == n)