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

References

projects/openmp/runtime/src/kmp_dispatch.cpp
 1192     trip = pr->u.p.tc - 1;
 1392       if ((last = (limit >= trip)) != 0)
 1393         limit = trip;
 1441     trip = pr->u.p.tc - 1;
 1444     if ((status = (init <= trip)) != 0) {
 1449       if ((last = (limit >= trip)) != 0)
 1450         limit = trip;
 1482     trip = pr->u.p.tc - 1;
 1484     if ((status = (init <= trip)) == 0) {
 1494       if ((last = (limit >= trip)) != 0)
 1495         limit = trip;
 1521     trip = pr->u.p.tc;
 1526       remaining = trip - init;
 1538         remaining = trip - init;
 1590     trip = pr->u.p.tc;
 1595       remaining = trip - init;
 1607         remaining = trip - init;
 1669     trip = pr->u.p.tc;
 1678         --trip;
 1683         if ((status = (init > 0 && init <= trip)) != 0) {
 1686           if ((last = (limit >= trip)) != 0)
 1687             limit = trip;
 1708               trip, *(DBL *)&pr->u.p.parm3, chunkIdx);
 1710           init = trip - init;
 1713         limit = trip - __kmp_dispatch_guided_remaining<T>(
 1714                            trip, *(DBL *)&pr->u.p.parm3, chunkIdx + 1);
 1763     trip = pr->u.p.tc - 1;
 1765     if ((status = ((T)index < parm3 && init <= trip)) == 0) {
 1775       if ((last = (limit >= trip)) != 0)
 1776         limit = trip;