Lines Matching defs:p_lb

1326                                   kmp_int32 *p_last, T *p_lb, T *p_ub,
1659 *p_lb = 0;
1680 *p_lb = start + init;
1683 *p_lb = start + init * incr;
1698 *p_lb = pr->u.p.lb;
1735 *p_lb = start + init;
1738 *p_lb = start + init * incr;
1763 *p_lb = 0;
1782 *p_lb = start + init;
1785 *p_lb = start + init * incr;
1849 *p_lb = start + init * incr;
1856 *p_lb = 0;
1924 *p_lb = start + init * incr;
1931 *p_lb = 0;
2019 *p_lb = start + init * incr;
2026 *p_lb = 0;
2049 *p_lb = 0;
2065 *p_lb = start + init;
2068 *p_lb = start + init * 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));
2151 l = (kmp_int64)(*p_lb); \
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));
2216 *p_lb = 0;
2241 *p_lb = 0;
2268 *p_lb = start + init;
2271 *p_lb = start + init * incr;
2294 *p_lb = pr->u.p.lb;
2309 "__kmp_dispatch_next: T#%%d serialized case: p_lb:%%%s "
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);
2912 @param p_lb Pointer to the lower 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