Searched refs:end_ull (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Diter_ull.c54 *pend = ws->end_ull;
56 return ws->next_ull == ws->end_ull;
71 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull;
73 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
112 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull;
114 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
157 if (start == ws->end_ull)
161 left = ws->end_ull - start;
192 end = ws->end_ull;
271 if (ws->next_ull == ws->end_ull)
[all...]
H A Dloop_ull.c48 ws->end_ull = ((up && start > end) || (!up && start < end))
71 ws->mode = ws->end_ull < (__LONG_LONG_MAX__ * 2ULL + 1
78 ws->mode = ws->end_ull > ((nthreads + 1) * -ws->chunk_size_ull
H A Dlibgomp.h286 unsigned long long end_ull; member in struct:gomp_work_share::__anon1368::__anon1370
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Diter_ull.c54 *pend = ws->end_ull;
56 return ws->next_ull == ws->end_ull;
71 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull;
73 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
112 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull;
114 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull;
157 if (start == ws->end_ull)
161 left = ws->end_ull - start;
192 end = ws->end_ull;
271 if (ws->next_ull == ws->end_ull)
[all...]
H A Dlibgomp.h275 unsigned long long chunk_size_ull, end_ull, incr_ull; member in struct:gomp_work_share_1st_cacheline::__anon1637::__anon1639
313 unsigned long long end_ull; member in struct:gomp_work_share::__anon1641::__anon1643
H A Dloop_ull.c48 ws->end_ull = ((up && start > end) || (!up && start < end))
71 ws->mode = ws->end_ull < (__LONG_LONG_MAX__ * 2ULL + 1
78 ws->mode = ws->end_ull > ((nthreads + 1) * -ws->chunk_size_ull

Completed in 119 milliseconds