Lines Matching defs:minSuccessor
561 CPpmd_Void_Ref maxSuccessor, minSuccessor;
638 minSuccessor = SUCCESSOR(p->FoundState);
640 if (minSuccessor)
645 if (minSuccessor <= maxSuccessor)
647 // minSuccessor is RAW-Successor. So we will create real contexts records:
654 minSuccessor = REF(cs);
657 // minSuccessor now is real Context pointer that points to existing (Order+1) context
662 if we move to MaxOrder context, then minSuccessor will be common Succesor for both:
665 so we don't need new RAW-Successor, and we can use real minSuccessor
668 maxSuccessor = minSuccessor;
690 minSuccessor = REF(p->MinContext);
696 p->MaxContext = p->MinContext = CTX(minSuccessor);