Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c205 const int xright1 = setup->span.right[1]; in flush_spans() local
209 const int maxright = MAX2(xright0, xright1); in flush_spans()
217 unsigned skip_right1 = CLAMP(x + step - xright1, 0, step); in flush_spans()
/external/sqlite/dist/orig/
Dsqlite3.c166476 RtreeDValue xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
166479 || (xleft1<xright1)
166480 || (xleft1==xright1 && xleft2<xright2)
166497 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
166499 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );
/external/sqlite/dist/
Dsqlite3.c166489 RtreeDValue xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
166492 || (xleft1<xright1)
166493 || (xleft1==xright1 && xleft2<xright2)
166510 RtreeDValue xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
166512 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );