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

  /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 );
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 4304 int count2, count3; member in struct:encoding_map
4383 int count2 = 0, count3 = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 4219 int count2, count3; member in struct:encoding_map
4298 int count2 = 0, count3 = 0; local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 4311 int count2, count3; member in struct:encoding_map
4390 int count2 = 0, count3 = 0; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 2020 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 1241 int32_t count1, count2, count3; local
    [all...]

Completed in 647 milliseconds