Searched refs:nRep (Results 1 – 3 of 3) sorted by relevance
903 RIG_Node *nRep = &nodes[rep->id]; in coalesceValues() local932 if (!force && nRep->livei.overlaps(nVal->livei)) in coalesceValues()946 nRep->livei.unify(nVal->livei); in coalesceValues()
108707 int nRep; /* Size of zRep */108733 nRep = sqlite3_value_bytes(argv[2]);108748 nOut += nRep - nPattern;108763 memcpy(&zOut[j], zRep, nRep);108764 j += nRep;
108723 int nRep; /* Size of zRep */108749 nRep = sqlite3_value_bytes(argv[2]);108764 nOut += nRep - nPattern;108779 memcpy(&zOut[j], zRep, nRep);108780 j += nRep;