HomeSort by relevance Sort by last modified time
    Searched full:arraymax (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 184 const int arrayMax = 8;
187 int quadDist[arrayMax];
189 Cubic samples[arrayMax][sampleMax];
190 int sampleCount[arrayMax];
209 SkASSERT(--count < arrayMax);
217 for (int x = 0; x < arrayMax; ++x) {
224 for (int x = 0; x < arrayMax; ++x) {
254 for (int x = 0; x < arrayMax; ++x) {
  /external/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 184 const int arrayMax = 8;
187 int quadDist[arrayMax];
189 Cubic samples[arrayMax][sampleMax];
190 int sampleCount[arrayMax];
209 SkASSERT(--count < arrayMax);
217 for (int x = 0; x < arrayMax; ++x) {
224 for (int x = 0; x < arrayMax; ++x) {
254 for (int x = 0; x < arrayMax; ++x) {
  /external/smack/src/org/xbill/DNS/
TypeBitmap.java 101 int arraymax = (((Integer)map.last()).intValue()) & 0xFF; local
102 int arraylength = (arraymax / 8) + 1;
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 135 static T arrayMax (const T (&arr)[N])
    [all...]

Completed in 161 milliseconds