Searched refs:old_upper (Results 1 – 1 of 1) sorted by relevance
331 T old_upper = *pupper; in __kmp_for_static_init() local342 *plastiter = *plower <= old_upper && *pupper > old_upper - incr; in __kmp_for_static_init()343 if (*pupper > old_upper) in __kmp_for_static_init()344 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()349 *plastiter = *plower >= old_upper && *pupper < old_upper - incr; in __kmp_for_static_init()350 if (*pupper < old_upper) in __kmp_for_static_init()385 T old_upper = *pupper; in __kmp_for_static_init() local396 if (*pupper > old_upper) in __kmp_for_static_init()397 *pupper = old_upper; in __kmp_for_static_init()398 } else if (*pupper < old_upper) in __kmp_for_static_init()[all …]