Lines Matching refs:old_upper
284 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()
304 *pupper = old_upper; // tracker C73258 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()
340 *pupper = old_upper; in __kmp_for_static_init()