Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_sched.cpp284 T old_upper = *pupper; in __kmp_for_static_init() local
295 *plastiter = *plower <= old_upper && *pupper > old_upper - incr; in __kmp_for_static_init()
296 if (*pupper > old_upper) in __kmp_for_static_init()
297 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
302 *plastiter = *plower >= old_upper && *pupper < old_upper - incr; in __kmp_for_static_init()
303 if (*pupper < old_upper) in __kmp_for_static_init()
326 T old_upper = *pupper; in __kmp_for_static_init() local
337 if (*pupper > old_upper) in __kmp_for_static_init()
338 *pupper = old_upper; in __kmp_for_static_init()
339 } else if (*pupper < old_upper) in __kmp_for_static_init()
[all …]