Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c957 int iRight = MIN((int)ceil(dCenter + width_d), (int)src_size - 1); in _gdContributionsCalc() local
962 if (iRight - iLeft + 1 > windows_size) { in _gdContributionsCalc()
966 iRight--; in _gdContributionsCalc()
971 res->ContribRow[u].Right = iRight; in _gdContributionsCalc()
973 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
983 for (iSrc = iLeft; iSrc <= iRight; iSrc++) { in _gdContributionsCalc()
1045 const int iRight = contrib->ContribRow[y].Right; in _gdScaleCol() local
1050 for (i = iLeft; i <= iRight; i++) { in _gdScaleCol()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c50313 && (iRight>=nRight || aContent[aLeft[iLeft]]<aContent[aRight[iRight]])
50325 assert( iRight>=nRight || aContent[aRight[iRight]]>dbpage );
106785 assert( iLeft<iRight );
152947 int iRight = 0;
152962 aIdx[iLeft+iRight] = aRight[iRight];
152963 iRight++;
152974 aIdx[iLeft+iRight] = aRight[iRight];
152975 iRight++;
153016 int iRight = 0;
153040 aIdx[iLeft+iRight] = aRight[iRight];
[all …]

Completed in 307 milliseconds