Searched refs:angleCount (Results 1 – 6 of 6) sorted by relevance
42 int angleCount = sorted.count(); in findChaseOp() local55 if (firstIndex >= angleCount) { in findChaseOp()74 int lastIndex = firstIndex != 0 ? firstIndex : angleCount; in findChaseOp()78 if (nextIndex == angleCount) { in findChaseOp()
923 int angleCount = angles->count(); local927 while (++firstIndex < angleCount) {933 if (firstIndex == angleCount) {955 int last = angleCount;993 finalInitialOrderable = angleCount;995 int index = angleCount;1017 if (finalInitialOrderable >= angleCount) {1021 finalInitialOrderable = angleCount + 1; // make this inactive 2nd time through1534 int angleCount = angles.count(); local1555 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;[all …]
140 int angleCount = sorted.count(); in FindChase() local174 int lastIndex = firstIndex != 0 ? firstIndex : angleCount; in FindChase()179 if (nextIndex == angleCount) { in FindChase()