Searched refs:loopOpI (Results 1 – 1 of 1) sorted by relevance
757 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions() local758 fRXPat->fCompiledPat->addElement(loopOpI, *fStatus); in doParseActions()770 int32_t loopOpI = URX_BUILD(URX_LOOP_DOT_I, 0); in doParseActions() local773 loopOpI |= 1; in doParseActions()776 loopOpI |= 2; in doParseActions()778 fRXPat->fCompiledPat->addElement(loopOpI, *fStatus); in doParseActions()900 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions() local901 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()913 int32_t loopOpI = URX_BUILD(URX_LOOP_DOT_I, 0); in doParseActions() local916 loopOpI |= 1; in doParseActions()[all …]