Home
last modified time | relevance | path

Searched refs:chunk_inc_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp590 T chunk_inc_count = in __kmp_dist_for_static_init() local
595 *plower += team_id * chunk_inc_count; in __kmp_dist_for_static_init()
596 *pupperDist = *plower + chunk_inc_count - incr; in __kmp_dist_for_static_init()
661 T chunk_inc_count = in __kmp_dist_for_static_init() local
666 *plower += tid * chunk_inc_count; in __kmp_dist_for_static_init()
667 *pupper = *plower + chunk_inc_count - incr; in __kmp_dist_for_static_init()
H A Dkmp_dispatch.cpp2752 T chunk_inc_count = in __kmp_dist_get_bounds() local
2757 *plower += team_id * chunk_inc_count; in __kmp_dist_get_bounds()
2758 *pupper = *plower + chunk_inc_count - incr; in __kmp_dist_get_bounds()