Home
last modified time | relevance | path

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

/third_party/littlefs/scripts/
Dprefix.py24 name, count3 = re.subn('\\B-D'+from_prefix.upper(),
26 return name, count1+count2+count3
/third_party/curl/lib/
Dftp.h145 int count3; /* general purpose counter for the state machine */ member
Dftp.c882 ftpc->count3 = (data->set.ftp_create_missing_dirs == 2)?1:0; in ftp_state_cwd()
2718 ftpc->count3 = 0; in ftp_statemachine()
2765 else if(ftpc->count3 < 1) { in ftp_statemachine()
2766 ftpc->count3++; in ftp_statemachine()
3031 if((ftpcode/100 != 2) && !ftpc->count3--) { in ftp_statemachine()
/third_party/boost/libs/asio/test/
Dthread_pool.cpp80 int count3 = 10; in thread_pool_test() local
81 boost::asio::post(pool, bindns::bind(nested_decrement_to_zero, &pool, &count3)); in thread_pool_test()
87 BOOST_ASIO_CHECK(count3 == 0); in thread_pool_test()
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c1969 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
1985 &count3, &count4 ); in FT_Stroker_GetCounts()
1989 num_points = count1 + count3; in FT_Stroker_GetCounts()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftstroke.c2022 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()
/third_party/freetype/src/base/
Dftstroke.c1988 FT_UInt count3, count4, num_contours = 0; in FT_Stroker_GetCounts() local
2004 &count3, &count4 ); in FT_Stroker_GetCounts()
2008 num_points = count1 + count3; in FT_Stroker_GetCounts()
/third_party/boost/boost/polygon/detail/
Dboolean_op_45.hpp196 inline Scan45CountT(const CountType& count1, const CountType& count2, const CountType& count3, in Scan45CountT() argument
200 counts[2] = count3; in Scan45CountT()
Dpolygon_45_formation.hpp407 inline Vertex45CountT(const ct& count1, const ct& count2, const ct& count3, in Vertex45CountT() argument
415 counts[2] = count3; in Vertex45CountT()
/third_party/icu/icu4c/source/test/intltest/
Dcalregts.cpp1248 int32_t count1, count2, count3; in test4106136() local
1251 NumberFormat::getAvailableLocales(count3); in test4106136()
1253 count1, count2, count3 in test4106136()
/third_party/python/Objects/
Dunicodeobject.c8531 int count2, count3; member
8540 128*map->count3); in encoding_map_size()
8603 int count2 = 0, count3 = 0; in PyUnicode_BuildEncodingMap() local
8640 level2[l2] = count3++; in PyUnicode_BuildEncodingMap()
8643 if (count2 >= 0xFF || count3 >= 0xFF) in PyUnicode_BuildEncodingMap()
8671 16*count2 + 128*count3 - 1); in PyUnicode_BuildEncodingMap()
8679 mresult->count3 = count3; in PyUnicode_BuildEncodingMap()
8685 memset(mlevel3, 0, 128*count3); in PyUnicode_BuildEncodingMap()
8686 count3 = 0; in PyUnicode_BuildEncodingMap()
8697 mlevel2[i2] = count3++; in PyUnicode_BuildEncodingMap()