Searched refs:pCounter (Results 1 – 1 of 1) sorted by relevance
3499 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local3502 (*pCounter)++; in MatchAt()3503 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt()3504 U_ASSERT(*pCounter == maxCount); in MatchAt()3507 if (*pCounter >= minCount) { in MatchAt()3566 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local3570 (*pCounter)++; in MatchAt()3571 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt()3575 U_ASSERT(*pCounter == maxCount); in MatchAt()3579 if (*pCounter < minCount) { in MatchAt()[all …]