Home
last modified time | relevance | path

Searched refs:end_ull (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/
Diter_ull.c54 *pend = ws->end_ull; in gomp_iter_ull_static_next()
56 return ws->next_ull == ws->end_ull; in gomp_iter_ull_static_next()
71 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull; in gomp_iter_ull_static_next()
73 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull; in gomp_iter_ull_static_next()
112 n = (ws->end_ull - ws->next_ull + ws->incr_ull - 1) / ws->incr_ull; in gomp_iter_ull_static_next()
114 n = (ws->next_ull - ws->end_ull - ws->incr_ull - 1) / -ws->incr_ull; in gomp_iter_ull_static_next()
157 if (start == ws->end_ull) in gomp_iter_ull_dynamic_next_locked()
161 left = ws->end_ull - start; in gomp_iter_ull_dynamic_next_locked()
192 end = ws->end_ull; in gomp_iter_ull_dynamic_next()
271 if (ws->next_ull == ws->end_ull) in gomp_iter_ull_guided_next_locked()
[all …]
Dloop_ull.c48 ws->end_ull = ((up && start > end) || (!up && start < end)) in gomp_loop_ull_init()
71 ws->mode = ws->end_ull < (__LONG_LONG_MAX__ * 2ULL + 1 in gomp_loop_ull_init()
78 ws->mode = ws->end_ull > ((nthreads + 1) * -ws->chunk_size_ull in gomp_loop_ull_init()
Dlibgomp.h275 unsigned long long chunk_size_ull, end_ull, incr_ull; member
313 unsigned long long end_ull; member