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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 1949   for (i = maxIndex;; i--) {
 1949   for (i = maxIndex;; i--) {
 1950     if (aa[i] < bb[i])
 1950     if (aa[i] < bb[i])
 1952     if (aa[i] > bb[i])
 1952     if (aa[i] > bb[i])
 1954     if (i == osIdIndex)