Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp653 UT chunkL = trip_count / nth; in __kmp_dist_for_static_init() local
655 *plower += incr * (tid * chunkL + (tid < extras ? tid : extras)); in __kmp_dist_for_static_init()
656 *pupper = *plower + chunkL * incr - (tid < extras ? 0 : incr); in __kmp_dist_for_static_init()