Lines Matching defs:p_ub

1326                                   kmp_int32 *p_last, T *p_lb, T *p_ub,
1660 *p_ub = 0;
1681 *p_ub = start + limit;
1684 *p_ub = start + limit * incr;
1699 *p_ub = pr->u.p.ub;
1736 *p_ub = start + limit;
1739 *p_ub = start + limit * incr;
1764 *p_ub = 0;
1783 *p_ub = start + limit;
1786 *p_ub = start + limit * incr;
1850 *p_ub = start + limit * incr;
1857 *p_ub = 0;
1925 *p_ub = start + limit * incr;
1932 *p_ub = 0;
2020 *p_ub = start + limit * incr;
2027 *p_ub = 0;
2050 *p_ub = 0;
2066 *p_ub = start + limit;
2069 *p_ub = start + limit * incr;
2104 "p_lb:%%%s p_ub:%%%s p_st:%%%s\n",
2108 KD_TRACE(10, (buff, gtid, status, *p_last, *p_lb, *p_ub, *p_st));
2152 u = (kmp_int64)(*p_ub); \
2181 T *p_lb, T *p_ub,
2203 KMP_DEBUG_ASSERT(p_lb && p_ub && p_st); // AC: these cannot be NULL
2206 ("__kmp_dispatch_next: T#%d called p_lb:%p p_ub:%p p_st:%p p_last: %p\n",
2207 gtid, p_lb, p_ub, p_st, p_last));
2217 *p_ub = 0;
2242 *p_ub = 0;
2269 *p_ub = start + limit;
2272 *p_ub = start + limit * incr;
2295 *p_ub = pr->u.p.ub;
2297 pr->u.p.last_upper = *p_ub;
2310 "p_ub:%%%s p_st:%%%s p_last:%%p %%d returning:%%d\n",
2312 KD_TRACE(10, (buff, gtid, *p_lb, *p_ub, *p_st, p_last,
2320 OMPT_LOOP_DISPATCH(*p_lb, *p_ub, pr->u.p.st, status);
2340 status = sh->hier->next(loc, gtid, pr, &last, p_lb, p_ub, p_st);
2343 status = __kmp_dispatch_next_algorithm<T>(gtid, pr, sh, &last, p_lb, p_ub,
2436 "p_lb:%%%s p_ub:%%%s p_st:%%%s p_last:%%p (%%d) returning:%%d\n",
2438 KD_TRACE(10, (buff, gtid, *p_lb, *p_ub, p_st ? *p_st : 0, p_last,
2446 OMPT_LOOP_DISPATCH(*p_lb, *p_ub, pr->u.p.st, status);
2913 @param p_ub Pointer to the upper bound for the next chunk of work
2921 kmp_int32 *p_lb, kmp_int32 *p_ub, kmp_int32 *p_st) {
2925 return __kmp_dispatch_next<kmp_int32>(loc, gtid, p_last, p_lb, p_ub, p_st
2937 kmp_uint32 *p_lb, kmp_uint32 *p_ub,
2942 return __kmp_dispatch_next<kmp_uint32>(loc, gtid, p_last, p_lb, p_ub, p_st
2954 kmp_int64 *p_lb, kmp_int64 *p_ub, kmp_int64 *p_st) {
2958 return __kmp_dispatch_next<kmp_int64>(loc, gtid, p_last, p_lb, p_ub, p_st
2970 kmp_uint64 *p_lb, kmp_uint64 *p_ub,
2975 return __kmp_dispatch_next<kmp_uint64>(loc, gtid, p_last, p_lb, p_ub, p_st