Lines Matching refs:old_upper
326 T old_upper = *pupper; in __kmp_for_static_init() local
337 *plastiter = *plower <= old_upper && *pupper > old_upper - incr; in __kmp_for_static_init()
338 if (*pupper > old_upper) in __kmp_for_static_init()
339 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
344 *plastiter = *plower >= old_upper && *pupper < old_upper - incr; in __kmp_for_static_init()
345 if (*pupper < old_upper) in __kmp_for_static_init()
346 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
380 T old_upper = *pupper; in __kmp_for_static_init() local
391 if (*pupper > old_upper) in __kmp_for_static_init()
392 *pupper = old_upper; in __kmp_for_static_init()
393 } else if (*pupper < old_upper) in __kmp_for_static_init()
394 *pupper = old_upper; in __kmp_for_static_init()