Searched refs:xleft2 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/skin/
H A Dregion.c685 int xleft2 = span2[0]; local
691 if (xright1 <= xleft2) {
702 if (xleft1 < xleft2) {
704 xleft1 = xleft2;
705 } else if (xleft2 < xleft1) {
707 xleft2 = xleft1;
867 int xleft2 = span2[0]; local
870 while (xleft1 != XSENTINEL && xleft2 != XSENTINEL)
880 if (xright1 <= xleft2) {
890 span = runs_add_span( span, xleft2, xright
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c132072 double xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c132103 double xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]); local
[all...]

Completed in 336 milliseconds