Home
last modified time | relevance | path

Searched refs:nRep (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp967 RIG_Node *nRep = &nodes[rep->id]; in coalesceValues() local
996 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()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c118279 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;
/external/sqlite/dist/orig/
Dsqlite3.c117960 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;
/external/sqlite/dist/
Dsqlite3.c117976 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;