Searched refs:iMax (Results 1 – 3 of 3) sorted by relevance
120 int iThresh, iMax; in icvThresh_32f_C1R() local123 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()
43911 Pgno iMax = pWal->hdr.mxFrame;43920 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
41784 ** iMax be the value between iKey and iUnused, closest to iUnused,41785 ** where aHash[iMax]==P. If there is no iMax entry (if there exists41787 ** current index block. Otherwise the iMax-th mapping entry of the43904 Pgno iMax = pWal->hdr.mxFrame;43913 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;