Lines Matching refs:old_upper
319 T old_upper = *pupper; in __kmp_for_static_init() local
330 *plastiter = *plower <= old_upper && *pupper > old_upper - incr; in __kmp_for_static_init()
331 if (*pupper > old_upper) in __kmp_for_static_init()
332 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
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()
360 T old_upper = *pupper; in __kmp_for_static_init() local
371 if (*pupper > old_upper) in __kmp_for_static_init()
372 *pupper = old_upper; in __kmp_for_static_init()
373 } else if (*pupper < old_upper) in __kmp_for_static_init()
374 *pupper = old_upper; in __kmp_for_static_init()