HomeSort by relevance Sort by last modified time
    Searched refs:iMax (Results 1 - 12 of 12) sorted by null

  /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/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/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/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/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;
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 191 int iMax = SkPathOpsVerbToPoints(testVerb);
195 for (int index = 1; index <= iMax; ++index) {
    [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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 1416 milliseconds