Searched refs:nRep (Results 1 – 3 of 3) sorted by relevance
905 RIG_Node *nRep = &nodes[rep->id]; in coalesceValues() local934 if (!force && nRep->livei.overlaps(nVal->livei)) in coalesceValues()948 nRep->livei.unify(nVal->livei); in coalesceValues()
106928 int nRep; /* Size of zRep */106954 nRep = sqlite3_value_bytes(argv[2]);106969 nOut += nRep - nPattern;106984 memcpy(&zOut[j], zRep, nRep);106985 j += nRep;