Home
last modified time | relevance | path

Searched defs:maxcount (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Objects/stringlib/
Dtransmogrify.h259 Py_ssize_t maxcount) in countchar()
281 Py_ssize_t maxcount) in stringlib_replace_interleave()
351 char from_c, Py_ssize_t maxcount) in stringlib_replace_delete_single_character()
396 Py_ssize_t maxcount) in stringlib_replace_delete_substring()
448 Py_ssize_t maxcount) in stringlib_replace_single_character_in_place()
496 Py_ssize_t maxcount) in stringlib_replace_substring_in_place()
548 Py_ssize_t maxcount) in stringlib_replace_single_character()
612 Py_ssize_t maxcount) in stringlib_replace_substring()
681 Py_ssize_t maxcount) in stringlib_replace()
Dfastsearch.h519 Py_ssize_t maxcount, int mode) in FASTSEARCH()
/third_party/f2fs-tools/fsck/
Ddict.c61 #define maxcount dict_maxcount macro
248 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) in dict_create()
324 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init()
/third_party/elfutils/libdwfl/
Ddwfl_segment_report_module.c175 uint64_t maxcount = (size_t) (end - ptr) / (3 * sz); in handle_file_note() local
/third_party/python/Objects/
Dunicodeobject.c10689 Py_ssize_t maxcount) in split()
10781 Py_ssize_t maxcount) in rsplit()
10890 PyObject *str1, const void *buf1, Py_ssize_t len1, Py_ssize_t maxcount) in anylib_count()
10908 Py_UCS4 u1, Py_UCS4 u2, Py_ssize_t maxcount) in replace_1char_inplace()
10933 PyObject *str2, Py_ssize_t maxcount) in replace()
13120 Py_ssize_t maxcount) in PyUnicode_Replace()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp2320 void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shade… in GetAttachedShaders()
Dentry_points.cpp420 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, … in glGetAttachedShaders()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp4313 GLsizei maxcount, in ValidateGetAttachedShaders()
DContext.cpp6736 GLsizei maxcount, in getAttachedShaders()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp5458 GLsizei maxcount, in ValidateGetAttachedShaders()
DContext.cpp5961 void Context::getAttachedShaders(GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders) in getAttachedShaders()
/third_party/elfutils/src/
Dreadelf.c12613 uint64_t maxcount = (size_t) (end - ptr) / (3 * addrsize); in handle_file_note() local