Searched refs:fPatIdx (Results 1 – 3 of 3) sorted by relevance
2754 fp->fPatIdx = savePatIdx; in StateSave()2814 fp->fPatIdx = 0; in MatchAt()2828 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()2836 fPattern->dumpOp(fp->fPatIdx); in MatchAt()2839 fp->fPatIdx++; in MatchAt()2878 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchAt()2879 fp->fPatIdx++; in MatchAt()3430 fp->fPatIdx = opValue; in MatchAt()3439 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()3440 fp->fPatIdx = opValue; // Then JMP. in MatchAt()[all …]
288 int64_t fPatIdx; // Position of next Op in the compiled pattern member