Lines Matching defs:lowest_index
501 int lowest_index = 0;
561 lowest_index = 0; /* First reset to zero */
567 if (lowest_index == 0)
568 lowest_index = zRunner->entPhysicalIndex;
569 else if (lowest_index > zRunner->entPhysicalIndex)
570 lowest_index = zRunner->entPhysicalIndex;
577 physentry->entPhysicalContainedIn = lowest_index;
648 int lowest_index = 0;
691 if (lowest_index == 0)
692 lowest_index = zRunner->entPhysicalIndex;
693 else if (lowest_index > zRunner->entPhysicalIndex)
694 lowest_index = zRunner->entPhysicalIndex;
701 physentry->entPhysicalContainedIn = lowest_index;