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

  /external/skia/tools/lua/
gradients.lua 6 count3 = 0
19 count3 = count3 + 1
31 io.write("Number of 3 color gradients: ", count3, "\n");
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Rope/
b2Rope.cpp 73 int32 count3 = m_count - 2; local
75 m_as = (float32*)b2Alloc(count3 * sizeof(float32));
84 for (int32 i = 0; i < count3; ++i)
173 int32 count3 = m_count - 2; local
174 for (int32 i = 0; i < count3; ++i)
182 int32 count3 = m_count - 2; local
184 for (int32 i = 0; i < count3; ++i)
  /external/opencv3/modules/imgproc/test/
test_contours.cpp 305 int count3; local
312 for( count3 = 0; cvNextTreeNode( &iterator ) != 0; count3++ )
315 if( count3 != count )
320 i == 0 ? approx_method : 0, count, count3 );
329 for( count3 = 0; count3 < count; count3++ )
352 count3, seq1->total, seq2->total );
369 "in the approximated chain ((%d,%d) vs (%d,%d)", count3, i, pt1.x, pt1.y, pt2.x, pt2.y )
    [all...]
  /external/curl/lib/
ftp.h 141 int count3; /* general purpose counter for the state machine */ member in struct:ftp_conn
ftp.c 940 /* count3 is set to allow a MKD to fail once. In the case when first CWD
943 ftpc->count3 = (conn->data->set.ftp_create_missing_dirs==2)?1:0;
    [all...]
  /external/opencv/otherlibs/highgui/
utils.h 100 int& y, int height, int count3, PaletteEntry clr );
102 int& y, int height, int count3, uchar clr );
utils.cpp 383 int count3, PaletteEntry clr )
387 uchar* end = data + count3;
392 count3 -= (int)(end - data);
406 while( count3 > 0 );
  /external/opencv3/modules/imgcodecs/src/
utils.hpp 112 int& y, int height, int count3, PaletteEntry clr );
114 int& y, int height, int count3, uchar clr );
utils.cpp 404 int count3, PaletteEntry clr )
408 uchar* end = data + count3;
413 count3 -= (int)(end - data);
427 while( count3 > 0 );
  /art/test/055-enum-performance/src/
Main.java 40 int count3 = test3(500); local
48 System.out.println("test3: performed " + count3 + " iterations");
52 double msec3 = (time3 - time2) / (double) count3 / 1000000;
  /external/libavc/encoder/
ime_distortion_metrics.c 228 WORD32 count2, count3; local
236 for(count3 = MB_SIZE; count3 > 0 ; count3--)
    [all...]
  /external/freetype/src/base/
ftstroke.c 2020 FT_UInt count3, count4, num_contours = 0; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftstroke.c 2019 FT_UInt count3, count4, num_contours = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 2019 FT_UInt count3, count4, num_contours = 0; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 1239 int32_t count1, count2, count3; local
    [all...]

Completed in 1960 milliseconds