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

  /external/curl/lib/
ftp.h 143 int count3; /* general purpose counter for the state machine */ member in struct:ftp_conn
ftp.c 886 /* count3 is set to allow a MKD to fail once. In the case when first CWD
889 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...]
  /prebuilts/go/darwin-x86/src/runtime/
stack_test.go 495 return 1 + count3(n-1)
498 func count3(n int) int { func
  /prebuilts/go/linux-x86/src/runtime/
stack_test.go 495 return 1 + count3(n-1)
498 func count3(n int) int { func
  /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/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackOverflowQueryTests.cpp     [all...]
  /external/freetype/src/base/
ftstroke.c 2020 FT_UInt count3, count4, num_contours = 0; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 1244 int32_t count1, count2, count3; local
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 8045 int count2, count3; member in struct:encoding_map
8123 int count2 = 0, count3 = 0; local
    [all...]

Completed in 291 milliseconds