HomeSort by relevance Sort by last modified time
    Searched defs:iMax (Results 1 - 25 of 35) sorted by null

1 2

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh44.cpp 6 static unsigned int iMax;
12 if (iCounter++ == iMax)
30 iMax = 1;
  /ndk/tests/device/test-stlport_static-exception/jni/
eh44.cpp 6 static unsigned int iMax;
12 if (iCounter++ == iMax)
30 iMax = 1;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 54 int iMax = nSlices + 1;
55 int nVertices = iMax * iMax;
82 float[] vLineBuffer = new float[iMax * 5];
83 for (int i = 0; i < iMax; i++) {
84 for (int j = 0; j < iMax; j++) {
115 indexBuffer[index++] = (short) (i * iMax + j);
116 indexBuffer[index++] = (short) (i1 * iMax + j);
117 indexBuffer[index++] = (short) (i1 * iMax + j1);
118 indexBuffer[index++] = (short) (i * iMax + j)
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkTSet.h 331 int iMax = fSetArray->count();
333 while (iMin < iMax - 1) {
334 int iMid = (iMin + iMax) / 2;
336 iMax = iMid;
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicDoubleArray.java 217 int iMax = length() - 1;
218 if (iMax == -1) {
223 StringBuilder b = new StringBuilder((17 + 2) * (iMax + 1));
227 if (i == iMax) {
  /external/skia/src/pdf/
SkTSet.h 331 int iMax = fSetArray->count();
333 while (iMin < iMax - 1) {
334 int iMid = (iMin + iMax) / 2;
336 iMax = iMid;
  /external/valgrind/main/coregrind/
m_rangemap.c 108 Word iMin, iMax, i;
110 iMax = find(rm, key_max);
111 for (i = iMin; i <= iMax; i++) {
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 240 int iMax = array.length - 1;
241 if (iMax == -1)
248 if (i == iMax)
AtomicLongArray.java 239 int iMax = array.length - 1;
240 if (iMax == -1)
247 if (i == iMax)
AtomicReferenceArray.java 181 int iMax = array.length - 1;
182 if (iMax == -1)
189 if (i == iMax)
  /packages/apps/Gallery2/jni/filters/
hsv.c 35 int iMin,iMax,chroma;
48 iMax = MAX (ri, bi);
51 iMax = MAX (gi, bi);
55 chroma = iMax - iMin;
57 rv = (short)( iMax << ABITS);
63 rs = (short)((k1*chroma)/iMax);
69 if ( ri == iMax ) {
72 } else if (gi == iMax)
74 else // (bi == iMax )
  /external/chromium_org/third_party/sqlite/src/src/
test_func.c 45 int iMin, iMax, n, r, i;
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);
wal.c 207 ** 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
    [all...]
  /external/opencv/cv/src/
cvthresh.cpp 120 int iThresh, iMax;
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;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 264 int iMax = results.buckets.length - 1;
265 while (iMax >= iMin) {
266 int iMid = (iMax + iMin) / 2;
271 iMax = iMid - 1;
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 1132 int iMax = strValue.GetLength();
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();
1469 if (iDec2 > iMax)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 1051 i64 iMax = execsql_i64(&err, &db, "SELECT max(cnt) FROM t1");
1052 if( iMax+1==iNextWrite ) break;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
joda-time-1.1.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 1557 milliseconds

1 2