Lines Matching refs:old_upper
331 T old_upper = *pupper; in __kmp_for_static_init() local
342 *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()
351 *pupper = old_upper; // tracker C73258 in __kmp_for_static_init()
385 T old_upper = *pupper; in __kmp_for_static_init() local
396 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()
399 *pupper = old_upper; in __kmp_for_static_init()