Searched refs:opValue (Results 1 – 2 of 2) sorted by relevance
2758 int32_t opValue; // and the operand value. in MatchAt() local2802 opValue = URX_VAL(op); in MatchAt()2832 if (c == opValue) { in MatchAt()2849 int32_t stringStartIdx = opValue; in MatchAt()2887 fp = StateSave(fp, opValue, status); in MatchAt()2908 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchAt()2909 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()2914 U_ASSERT(opValue >= 0 && opValue < fFrameSize-3); in MatchAt()2915 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchAt()2916 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real. in MatchAt()[all …]
2022 int32_t opValue = URX_VAL(op); in insertOp() local2030 opType == URX_RELOC_OPRND) && opValue > where) { in insertOp()2033 opValue++; in insertOp()2034 op = buildOp(opType, opValue); in insertOp()