Searched refs:iMax (Results 1 - 17 of 17) 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/valgrind/main/coregrind/
H A Dm_rangemap.c108 Word iMin, iMax, i; local
110 iMax = find(rm, key_max);
111 for (i = iMin; i <= iMax; i++) {
/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/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp1132 int iMax = strValue.GetLength(); local
1133 if (iDec2 > iMax)
1135 for (int iNum = 0;iNum <= iDec2 - iMax ;iNum++)
1139 iMax = iDec2+1;
1143 if (iDec2 < iMax)
1148 iMax++;
1153 iMax++;
1174 iMax++;
1468 int iMax = strValue.GetLength(); local
1469 if (iDec2 > iMax)
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp191 int iMax = SkPathOpsVerbToPoints(testVerb);
195 for (int index = 1; index <= iMax; ++index) {
/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/skia/src/pathops/
H A DSkOpAngle.cpp191 int iMax = SkPathOpsVerbToPoints(testVerb);
195 for (int index = 1; index <= iMax; ++index) {
/external/sqlite/dist/orig/
H A Dsqlite3.c49980 Pgno iMax = pWal->hdr.mxFrame; local
131251 sqlite3_int64 iMax = 0; /* Largest docid for all iterators */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50000 Pgno iMax = pWal->hdr.mxFrame; local
131283 sqlite3_int64 iMax = 0; /* Largest docid for all iterators */ local
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c45692 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 788 milliseconds