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

References

projects/openmp/runtime/src/kmp_affinity.cpp
  260   for (labCt = 0; labCt < depth; labCt++) {
  260   for (labCt = 0; labCt < depth; labCt++) {
  260   for (labCt = 0; labCt < depth; labCt++) {
  261     address2os[0].first.childNums[labCt] = counts[labCt] = 0;
  261     address2os[0].first.childNums[labCt] = counts[labCt] = 0;
  262     lastLabel[labCt] = address2os[0].first.labels[labCt];
  262     lastLabel[labCt] = address2os[0].first.labels[labCt];
  266     for (labCt = 0; labCt < depth; labCt++) {
  266     for (labCt = 0; labCt < depth; labCt++) {
  266     for (labCt = 0; labCt < depth; labCt++) {
  267       if (address2os[i].first.labels[labCt] != lastLabel[labCt]) {
  267       if (address2os[i].first.labels[labCt] != lastLabel[labCt]) {
  269         for (labCt2 = labCt + 1; labCt2 < depth; labCt2++) {
  273         counts[labCt]++;
  274         lastLabel[labCt] = address2os[i].first.labels[labCt];
  274         lastLabel[labCt] = address2os[i].first.labels[labCt];
  278     for (labCt = 0; labCt < depth; labCt++) {
  278     for (labCt = 0; labCt < depth; labCt++) {
  278     for (labCt = 0; labCt < depth; labCt++) {
  279       address2os[i].first.childNums[labCt] = counts[labCt];
  279       address2os[i].first.childNums[labCt] = counts[labCt];
  281     for (; labCt < (int)Address::maxDepth; labCt++) {
  281     for (; labCt < (int)Address::maxDepth; labCt++) {
  282       address2os[i].first.childNums[labCt] = 0;