Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c204 const int xleft1 = setup->span.left[1]; in flush_spans() local
209 const int minleft = block_x(MIN2(xleft0, xleft1)); in flush_spans()
216 unsigned skip_left1 = CLAMP(xleft1 - x, 0, step); in flush_spans()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c190455 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
190460 || (xleft1<xright1)
190461 || (xleft1==xright1 && xleft2<xright2)
190476 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
190480 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );
/external/sqlite/dist/orig/
Dsqlite3.c189696 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
189701 || (xleft1<xright1)
189702 || (xleft1==xright1 && xleft2<xright2)
189717 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
189721 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );
/external/sqlite/dist/
Dsqlite3.c189724 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
189729 || (xleft1<xright1)
189730 || (xleft1==xright1 && xleft2<xright2)
189745 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
189749 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );