Searched refs:iMax (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDoubleArray.java217 int iMax = length() - 1;
218 if (iMax == -1) {
223 StringBuilder b = new StringBuilder((17 + 2) * (iMax + 1));
227 if (i == iMax) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_func.c45 int iMin, iMax, n, r, i; local
56 iMax = sqlite3_value_int(argv[1]);
57 if( iMax<iMin ) iMax = iMin;
58 if( iMax>=sizeof(zBuf) ) iMax = sizeof(zBuf)-1;
60 if( iMax>iMin ){
63 n += r%(iMax + 1 - iMin);
H A Dwal.c207 ** iMax be the value between iKey and iUnused, closest to iUnused,
208 ** where aHash[iMax]==P. If there is no iMax entry (if there exists
210 ** current index block. Otherwise the iMax-th mapping entry of the
2412 Pgno iMax = pWal->hdr.mxFrame; local
2421 ALWAYS(rc==SQLITE_OK) && iFrame<=iMax;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkTSet.h331 int iMax = fSetArray->count(); local
333 while (iMin < iMax - 1) {
334 int iMid = (iMin + iMax) / 2;
336 iMax = iMid;
/external/skia/src/pdf/
H A DSkTSet.h331 int iMax = fSetArray->count(); local
333 while (iMin < iMax - 1) {
334 int iMid = (iMin + iMax) / 2;
336 iMax = iMid;
/external/opencv/cv/src/
H A Dcvthresh.cpp120 int iThresh, iMax; local
123 v.f = maxval; iMax = v.i;
136 idst[j] = ((CV_TOGGLE_FLT(temp) <= iThresh) - 1) & iMax;
147 idst[j] = ((CV_TOGGLE_FLT(temp) > iThresh) - 1) & iMax;
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c1051 i64 iMax = execsql_i64(&err, &db, "SELECT max(cnt) FROM t1"); local
1052 if( iMax+1==iNextWrite ) break;
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c45871 Pgno iMax = pWal->hdr.mxFrame; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c47826 Pgno iMax = pWal->hdr.mxFrame; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c47854 Pgno iMax = pWal->hdr.mxFrame; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1457 milliseconds