Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp903 RIG_Node *nRep = &nodes[rep->id]; in coalesceValues() local
932 if (!force && nRep->livei.overlaps(nVal->livei)) in coalesceValues()
946 nRep->livei.unify(nVal->livei); in coalesceValues()
/external/sqlite/dist/orig/
Dsqlite3.c108707 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;
/external/sqlite/dist/
Dsqlite3.c108723 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;