Home
last modified time | relevance | path

Searched refs:iMax (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvthresh.cpp120 int iThresh, iMax; in icvThresh_32f_C1R() local
123 v.f = maxval; iMax = v.i; in icvThresh_32f_C1R()
136 idst[j] = ((CV_TOGGLE_FLT(temp) <= iThresh) - 1) & iMax; in icvThresh_32f_C1R()
147 idst[j] = ((CV_TOGGLE_FLT(temp) > iThresh) - 1) & iMax; in icvThresh_32f_C1R()
/external/sqlite/dist/
Dsqlite3.c43911 Pgno iMax = pWal->hdr.mxFrame;
43920 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
Dsqlite3.c.orig41784 ** iMax be the value between iKey and iUnused, closest to iUnused,
41785 ** where aHash[iMax]==P. If there is no iMax entry (if there exists
41787 ** current index block. Otherwise the iMax-th mapping entry of the
43904 Pgno iMax = pWal->hdr.mxFrame;
43913 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;