Lines Matching refs:trip

1336   UT limit, trip, init;  in __kmp_dispatch_next_algorithm()  local
1376 trip = pr->u.p.tc - 1; in __kmp_dispatch_next_algorithm()
1618 KMP_DEBUG_ASSERT(vnew.p.ub * (UT)chunk <= trip); in __kmp_dispatch_next_algorithm()
1670 KMP_DEBUG_ASSERT(init <= trip); in __kmp_dispatch_next_algorithm()
1674 if ((last = (limit >= trip)) != 0) in __kmp_dispatch_next_algorithm()
1675 limit = trip; in __kmp_dispatch_next_algorithm()
1718 trip = pr->u.p.tc - 1; in __kmp_dispatch_next_algorithm()
1721 if ((status = (init <= trip)) != 0) { in __kmp_dispatch_next_algorithm()
1726 if ((last = (limit >= trip)) != 0) in __kmp_dispatch_next_algorithm()
1727 limit = trip; in __kmp_dispatch_next_algorithm()
1769 trip = pr->u.p.tc - 1; in __kmp_dispatch_next_algorithm()
1773 if ((last = (trip - init < (UT)chunk_size))) in __kmp_dispatch_next_algorithm()
1774 limit = trip; in __kmp_dispatch_next_algorithm()
1802 trip = pr->u.p.tc; in __kmp_dispatch_next_algorithm()
1807 remaining = trip - init; in __kmp_dispatch_next_algorithm()
1819 remaining = trip - init; in __kmp_dispatch_next_algorithm()
1871 trip = pr->u.p.tc; in __kmp_dispatch_next_algorithm()
1876 remaining = trip - init; in __kmp_dispatch_next_algorithm()
1888 remaining = trip - init; in __kmp_dispatch_next_algorithm()
1952 trip = pr->u.p.tc; in __kmp_dispatch_next_algorithm()
1955 KMP_DEBUG_ASSERT((2UL * chunkspec + 1) * (UT)nproc < trip); in __kmp_dispatch_next_algorithm()
1961 --trip; in __kmp_dispatch_next_algorithm()
1966 if ((status = (init > 0 && init <= trip)) != 0) { in __kmp_dispatch_next_algorithm()
1969 if ((last = (limit >= trip)) != 0) in __kmp_dispatch_next_algorithm()
1970 limit = trip; in __kmp_dispatch_next_algorithm()
1991 trip, *(DBL *)&pr->u.p.parm3, chunkIdx); in __kmp_dispatch_next_algorithm()
1993 init = trip - init; in __kmp_dispatch_next_algorithm()
1996 limit = trip - __kmp_dispatch_guided_remaining<T>( in __kmp_dispatch_next_algorithm()
1997 trip, *(DBL *)&pr->u.p.parm3, chunkIdx + 1); in __kmp_dispatch_next_algorithm()
2000 KMP_DEBUG_ASSERT(limit <= trip); in __kmp_dispatch_next_algorithm()
2046 trip = pr->u.p.tc - 1; in __kmp_dispatch_next_algorithm()
2048 if ((status = ((T)index < parm3 && init <= trip)) == 0) { in __kmp_dispatch_next_algorithm()
2058 if ((last = (limit >= trip)) != 0) in __kmp_dispatch_next_algorithm()
2059 limit = trip; in __kmp_dispatch_next_algorithm()
2230 UT limit, trip, init; in __kmp_dispatch_next() local
2238 trip = pr->u.p.tc - 1; in __kmp_dispatch_next()
2240 if ((status = (init <= trip)) == 0) { in __kmp_dispatch_next()
2257 if ((last = (limit >= trip)) != 0) { in __kmp_dispatch_next()
2258 limit = trip; in __kmp_dispatch_next()