Searched refs:fPatIdx (Results 1 – 2 of 2) sorted by relevance
2726 fp->fPatIdx = savePatIdx; in StateSave()2786 fp->fPatIdx = 0; in MatchAt()2800 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()2808 fPattern->dumpOp(fp->fPatIdx); in MatchAt()2811 fp->fPatIdx++; in MatchAt()2850 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchAt()2851 fp->fPatIdx++; in MatchAt()3480 fp->fPatIdx = opValue; in MatchAt()3489 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()3490 fp->fPatIdx = opValue; // Then JMP. in MatchAt()[all …]
288 int64_t fPatIdx; // Position of next Op in the compiled pattern member