Home
last modified time | relevance | path

Searched refs:iRight (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c966 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc() local
971 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()
975 iRight--; in _gdContributionsCalc()
980 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()
982 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
992 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
1054 const int iRight = contrib->ContribRow[y].Right; in _gdScaleCol() local
1059 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c59813 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
59825 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
124964 assert( iLeft<iRight );
183398 int iRight = 0;
183413 aIdx[iLeft+iRight] = aRight[iRight];
183414 iRight++;
183425 aIdx[iLeft+iRight] = aRight[iRight];
183426 iRight++;
183467 int iRight = 0;
183491 aIdx[iLeft+iRight] = aRight[iRight];
[all …]

Completed in 429 milliseconds