Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c55116 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
55128 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
113826 assert( iLeft<iRight );
161979 int iRight = 0;
161994 aIdx[iLeft+iRight] = aRight[iRight];
161995 iRight++;
162006 aIdx[iLeft+iRight] = aRight[iRight];
162007 iRight++;
162048 int iRight = 0;
162072 aIdx[iLeft+iRight] = aRight[iRight];
[all …]

Completed in 436 milliseconds