Searched refs:count3 (Results 1 – 7 of 7) sorted by relevance
/third_party/littlefs/scripts/ |
D | prefix.py | 24 name, count3 = re.subn('\\B-D'+from_prefix.upper(), 26 return name, count1+count2+count3
|
/third_party/vk-gl-cts/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()
|
/third_party/flutter/skia/third_party/externals/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()
|
/third_party/freetype/src/base/ |
D | ftstroke.c | 1969 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/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 1969 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/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()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 8531 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()
|