Home
last modified time | relevance | path

Searched refs:count3 (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
Dftp.h144 int count3; /* general purpose counter for the state machine */ member
Dftp.c885 ftpc->count3 = (conn->data->set.ftp_create_missing_dirs == 2)?1:0; in ftp_state_cwd()
2653 ftpc->count3 = 0; in ftp_statemach_act()
2698 else if(ftpc->count3 < 1) { in ftp_statemach_act()
2699 ftpc->count3++; in ftp_statemach_act()
2975 if((ftpcode/100 != 2) && !ftpc->count3--) { in ftp_statemach_act()
/external/libavc/encoder/
Dime_distortion_metrics.c228 WORD32 count2, count3; in ime_calculate_sad4_prog() local
236 for(count3 = MB_SIZE; count3 > 0 ; count3--) in ime_calculate_sad4_prog()
/external/python/cpython2/Objects/
Dunicodeobject.c4311 int count2, count3; member
4320 128*map->count3); in encoding_map_size()
4390 int count2 = 0, count3 = 0; in PyUnicode_BuildEncodingMap() local
4423 level2[l2] = count3++; in PyUnicode_BuildEncodingMap()
4426 if (count2 >= 0xFF || count3 >= 0xFF) in PyUnicode_BuildEncodingMap()
4455 16*count2 + 128*count3 - 1); in PyUnicode_BuildEncodingMap()
4461 mresult->count3 = count3; in PyUnicode_BuildEncodingMap()
4467 memset(mlevel3, 0, 128*count3); in PyUnicode_BuildEncodingMap()
4468 count3 = 0; in PyUnicode_BuildEncodingMap()
4478 mlevel2[i2] = count3++; in PyUnicode_BuildEncodingMap()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1824 void drawStreams(GLsizei count0, GLsizei count1 = 0, GLsizei count2 = 0, GLsizei count3 = 0) in drawStreams() argument
1842 gl.drawArrays(GL_POINTS, 0, count3); in drawStreams()
/external/freetype/src/base/
Dftstroke.c2015 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2031 &count3, &count4 ); in FT_Stroker_GetCounts()
2035 num_points = count1 + count3; in FT_Stroker_GetCounts()
/external/python/cpython3/Objects/
Dunicodeobject.c8059 int count2, count3; member
8068 128*map->count3); in encoding_map_size()
8137 int count2 = 0, count3 = 0; in PyUnicode_BuildEncodingMap() local
8174 level2[l2] = count3++; in PyUnicode_BuildEncodingMap()
8177 if (count2 >= 0xFF || count3 >= 0xFF) in PyUnicode_BuildEncodingMap()
8205 16*count2 + 128*count3 - 1); in PyUnicode_BuildEncodingMap()
8211 mresult->count3 = count3; in PyUnicode_BuildEncodingMap()
8217 memset(mlevel3, 0, 128*count3); in PyUnicode_BuildEncodingMap()
8218 count3 = 0; in PyUnicode_BuildEncodingMap()
8229 mlevel2[i2] = count3++; in PyUnicode_BuildEncodingMap()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1247 int32_t count1, count2, count3; in test4106136() local
1250 NumberFormat::getAvailableLocales(count3); in test4106136()
1252 count1, count2, count3 in test4106136()