Searched refs:nRep (Results 1 – 4 of 4) sorted by relevance
967 RIG_Node *nRep = &nodes[rep->id]; in coalesceValues() local996 if (!force && nRep->livei.overlaps(nVal->livei)) in coalesceValues()1010 nRep->livei.unify(nVal->livei); in coalesceValues()1011 nRep->degreeLimit = MIN2(nRep->degreeLimit, nVal->degreeLimit); in coalesceValues()1012 nRep->maxReg = MIN2(nRep->maxReg, nVal->maxReg); in coalesceValues()
118279 int nRep; /* Size of zRep */118307 nRep = sqlite3_value_bytes(argv[2]);118321 if( nRep>nPattern ){118322 nOut += nRep - nPattern;118344 memcpy(&zOut[j], zRep, nRep);118345 j += nRep;
117960 int nRep; /* Size of zRep */117988 nRep = sqlite3_value_bytes(argv[2]);118002 if( nRep>nPattern ){118003 nOut += nRep - nPattern;118025 memcpy(&zOut[j], zRep, nRep);118026 j += nRep;
117976 int nRep; /* Size of zRep */118004 nRep = sqlite3_value_bytes(argv[2]);118018 if( nRep>nPattern ){118019 nOut += nRep - nPattern;118041 memcpy(&zOut[j], zRep, nRep);118042 j += nRep;