reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_dispatch.cpp
 1385       start = pr->u.p.parm2;
 1398         *p_lb = start + init;
 1399         *p_ub = start + limit;
 1401         *p_lb = start + init * incr;
 1402         *p_ub = start + limit * incr;
 1445       start = pr->u.p.lb;
 1458         *p_lb = start + init;
 1459         *p_ub = start + limit;
 1461         *p_lb = start + init * incr;
 1462         *p_ub = start + limit * incr;
 1490       start = pr->u.p.lb;
 1501         *p_lb = start + init;
 1502         *p_ub = start + limit;
 1504         *p_lb = start + init * incr;
 1505         *p_ub = start + limit * incr;
 1564       start = pr->u.p.lb;
 1568       *p_lb = start + init * incr;
 1569       *p_ub = start + limit * incr;
 1637       start = pr->u.p.lb;
 1641       *p_lb = start + init * incr;
 1642       *p_ub = start + limit * incr;
 1732       start = pr->u.p.lb;
 1736       *p_lb = start + init * incr;
 1737       *p_ub = start + limit * incr;
 1771       start = pr->u.p.lb;
 1782         *p_lb = start + init;
 1783         *p_ub = start + limit;
 1785         *p_lb = start + init * incr;
 1786         *p_ub = start + limit * incr;