Searched refs:count3 (Results 1 – 8 of 8) sorted by relevance
/external/curl/lib/ |
D | ftp.h | 142 int count3; /* general purpose counter for the state machine */ member
|
D | ftp.c | 879 ftpc->count3 = (conn->data->set.ftp_create_missing_dirs == 2)?1:0; in ftp_state_cwd() 2655 ftpc->count3 = 0; in ftp_statemach_act() 2700 else if(ftpc->count3 < 1) { in ftp_statemach_act() 2701 ftpc->count3++; in ftp_statemach_act() 2977 if((ftpcode/100 != 2) && !ftpc->count3--) { in ftp_statemach_act()
|
/external/libavc/encoder/ |
D | ime_distortion_metrics.c | 228 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/ |
D | unicodeobject.c | 4311 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/ |
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 1824 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/ |
D | ftstroke.c | 2022 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local 2038 &count3, &count4 ); in FT_Stroker_GetCounts() 2042 num_points = count1 + count3; in FT_Stroker_GetCounts()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 8098 int count2, count3; member 8107 128*map->count3); in encoding_map_size() 8170 int count2 = 0, count3 = 0; in PyUnicode_BuildEncodingMap() local 8207 level2[l2] = count3++; in PyUnicode_BuildEncodingMap() 8210 if (count2 >= 0xFF || count3 >= 0xFF) in PyUnicode_BuildEncodingMap() 8238 16*count2 + 128*count3 - 1); in PyUnicode_BuildEncodingMap() 8244 mresult->count3 = count3; in PyUnicode_BuildEncodingMap() 8250 memset(mlevel3, 0, 128*count3); in PyUnicode_BuildEncodingMap() 8251 count3 = 0; in PyUnicode_BuildEncodingMap() 8262 mlevel2[i2] = count3++; in PyUnicode_BuildEncodingMap()
|
/external/icu/icu4c/source/test/intltest/ |
D | calregts.cpp | 1248 int32_t count1, count2, count3; in test4106136() local 1251 NumberFormat::getAvailableLocales(count3); in test4106136() 1253 count1, count2, count3 in test4106136()
|