/third_party/python/Objects/stringlib/ |
D | split.h | 56 Py_ssize_t maxcount) in STRINGLIB() 59 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount)); in STRINGLIB() 66 while (maxcount-- > 0) { in STRINGLIB() 105 Py_ssize_t maxcount) in STRINGLIB() 108 PyObject *list = PyList_New(PREALLOC_SIZE(maxcount)); in STRINGLIB() 115 while ((j < str_len) && (maxcount-- > 0)) { in STRINGLIB() 148 Py_ssize_t maxcount) in STRINGLIB() 158 return STRINGLIB(split_char)(str_obj, str, str_len, sep[0], maxcount); in STRINGLIB() 160 list = PyList_New(PREALLOC_SIZE(maxcount)); in STRINGLIB() 165 while (maxcount-- > 0) { in STRINGLIB() [all …]
|
D | transmogrify.h | 259 Py_ssize_t maxcount) in countchar() argument 267 if (count >= maxcount) in countchar() 281 Py_ssize_t maxcount) in stringlib_replace_interleave() argument 293 if (maxcount <= self_len) { in stringlib_replace_interleave() 294 count = maxcount; in stringlib_replace_interleave() 351 char from_c, Py_ssize_t maxcount) in stringlib_replace_delete_single_character() argument 362 count = countchar(self_s, self_len, from_c, maxcount); in stringlib_replace_delete_single_character() 396 Py_ssize_t maxcount) in stringlib_replace_delete_substring() argument 409 maxcount); in stringlib_replace_delete_substring() 448 Py_ssize_t maxcount) in stringlib_replace_single_character_in_place() argument [all …]
|
D | count.h | 10 Py_ssize_t maxcount) in STRINGLIB() 17 return (str_len < maxcount) ? str_len + 1 : maxcount; in STRINGLIB() 19 count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT); in STRINGLIB()
|
D | fastsearch.h | 484 Py_ssize_t maxcount) in STRINGLIB() 498 if (count == maxcount) { in STRINGLIB() 499 return maxcount; in STRINGLIB() 519 Py_ssize_t maxcount, int mode) in FASTSEARCH() argument 527 if (w < 0 || (mode == FAST_COUNT && maxcount == 0)) in FASTSEARCH() 543 if (count == maxcount) in FASTSEARCH() 544 return maxcount; in FASTSEARCH() 564 return STRINGLIB(_two_way_count)(s, n, p, m, maxcount); in FASTSEARCH() 603 if (count == maxcount) { in FASTSEARCH() 604 return maxcount; in FASTSEARCH() [all …]
|
D | replace.h | 9 Py_UCS4 u1, Py_UCS4 u2, Py_ssize_t maxcount) in STRINGLIB() 12 while (--maxcount && ++s != end) { in STRINGLIB()
|
/third_party/f2fs-tools/fsck/ |
D | dict.c | 61 #define maxcount dict_maxcount macro 248 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) in dict_create() argument 258 new->maxcount = maxcount; in dict_create() 324 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init() argument 331 dict->maxcount = maxcount; in dict_init() 351 dict->maxcount = template->maxcount; in dict_init_like() 940 return dict->nodecount == dict->maxcount; in dict_isfull() 1043 dict_assert(dict->nodecount < dict->maxcount); in dict_load_next()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglsl_private.h | 43 void (GSTGLAPI *GetAttachedShaders) (GLuint program, GLsizei maxcount,
|
D | gstglshader.c | 52 void (GSTGLAPI * GetAttachedShaders) (GLuint program, GLsizei maxcount,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | shaders.h | 85 GLsizei maxcount, 311 GLsizei maxcount,
|
/third_party/python/Objects/ |
D | unicodeobject.c | 10689 Py_ssize_t maxcount) in split() argument 10696 if (maxcount < 0) in split() 10697 maxcount = PY_SSIZE_T_MAX; in split() 10708 PyUnicode_GET_LENGTH(self), maxcount in split() 10713 PyUnicode_GET_LENGTH(self), maxcount in split() 10718 PyUnicode_GET_LENGTH(self), maxcount in split() 10723 PyUnicode_GET_LENGTH(self), maxcount in split() 10756 self, buf1, len1, buf2, len2, maxcount); in split() 10759 self, buf1, len1, buf2, len2, maxcount); in split() 10763 self, buf1, len1, buf2, len2, maxcount); in split() [all …]
|
/third_party/python/Modules/ |
D | sre_lib.h | 205 SRE(count)(SRE_STATE* state, const SRE_CODE* pattern, Py_ssize_t maxcount) in SRE() 214 if (maxcount < end - ptr && maxcount != SRE_MAXREPEAT) in SRE() 215 end = ptr + maxcount; in SRE()
|
/third_party/python/Include/ |
D | unicodeobject.h | 977 Py_ssize_t maxcount /* Max. number of replacements to apply;
|
/third_party/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 175 uint64_t maxcount = (size_t) (end - ptr) / (3 * sz); in handle_file_note() local 176 if (count > maxcount) in handle_file_note()
|
/third_party/vk-gl-cts/doc/ |
D | GLES2 Negative API Functions.txt | 41 o glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
|
D | GLES3 Negative API Functions.txt | 74 o glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
|
/third_party/python/Lib/ |
D | statistics.py | 600 maxcount, mode_items = next(groupby(counts, key=itemgetter(1)), (0, []))
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 106 void glGetAttachedShaders (deUint32 program, int maxcount, int* count, deUint32* shaders);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.hpp | 115 …void (GL_APIENTRY *glGetAttachedShaders)(GLuint program, GLsizei maxcount, GLsizei* count, GLuint*…
|
D | libGLESv2.cpp | 2320 void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shade… in GetAttachedShaders() argument 2323 program, maxcount, count, shaders); in GetAttachedShaders() 2325 if(maxcount < 0) in GetAttachedShaders() 2348 return programObject->getAttachedShaders(maxcount, count, shaders); in GetAttachedShaders()
|
D | entry_points.cpp | 420 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, … in glGetAttachedShaders() argument 422 return gl::GetAttachedShaders(program, maxcount, count, shaders); in glGetAttachedShaders()
|
D | entry_points.h | 95 …void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shad…
|
/third_party/python/Doc/c-api/ |
D | unicode.rst | 1659 PyObject *replstr, Py_ssize_t maxcount) 1661 Replace at most *maxcount* occurrences of *substr* in *str* with *replstr* and 1662 return the resulting Unicode object. *maxcount* == ``-1`` means replace all
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES2.cpp | 4313 GLsizei maxcount, in ValidateGetAttachedShaders() argument 4317 if (maxcount < 0) in ValidateGetAttachedShaders()
|
D | Context.cpp | 6736 GLsizei maxcount, in getAttachedShaders() argument 6742 programObject->getAttachedShaders(maxcount, count, shaders); in getAttachedShaders()
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2708 PyUnicode_Replace:Py_ssize_t:maxcount::
|