Searched defs:xleft1 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/skin/
H A Dregion.c683 int xleft1 = span1[0]; local
695 else if (xright2 <= xleft1) {
702 if (xleft1 < xleft2) {
704 xleft1 = xleft2;
705 } else if (xleft2 < xleft1) {
707 xleft2 = xleft1;
866 int xleft1 = span1[0]; local
870 while (xleft1 != XSENTINEL && xleft2 != XSENTINEL)
882 span = runs_add_span( span, xleft1, xright1 );
884 xleft1
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c132071 double xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c132102 double xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]); local
[all...]

Completed in 383 milliseconds