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.cpp905 RIG_Node *nRep = &nodes[rep->id]; in coalesceValues() local
934 if (!force && nRep->livei.overlaps(nVal->livei)) in coalesceValues()
948 nRep->livei.unify(nVal->livei); in coalesceValues()
/external/sqlite/dist/orig/
Dsqlite3.c106928 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;
/external/sqlite/dist/
Dsqlite3.c106928 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;