Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython3/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.h741 Py_ssize_t maxcount, int mode) in FASTSEARCH()
/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dsplit.h59 Py_ssize_t maxcount) in stringlib_split_whitespace()
108 Py_ssize_t maxcount) in stringlib_split_char()
151 Py_ssize_t maxcount) in stringlib_split()
198 Py_ssize_t maxcount) in stringlib_rsplit_whitespace()
249 Py_ssize_t maxcount) in stringlib_rsplit_char()
293 Py_ssize_t maxcount) in stringlib_rsplit()
Dcount.h13 Py_ssize_t maxcount) in stringlib_count()
Dfastsearch.h39 Py_ssize_t maxcount, int mode) in fastsearch()
/aosp_15_r20/external/python/cpython2/Objects/
Dbytearrayobject.c1569 countchar(const char *target, Py_ssize_t target_len, char c, Py_ssize_t maxcount) in countchar()
1591 Py_ssize_t maxcount) in replace_interleave()
1649 char from_c, Py_ssize_t maxcount) in replace_delete_single_character()
1693 Py_ssize_t maxcount) in replace_delete_substring()
1745 Py_ssize_t maxcount) in replace_single_character_in_place()
1791 Py_ssize_t maxcount) in replace_substring_in_place()
1842 Py_ssize_t maxcount) in replace_single_character()
1905 Py_ssize_t maxcount) in replace_substring()
1973 Py_ssize_t maxcount) in replace()
Dstringobject.c2341 countchar(const char *target, Py_ssize_t target_len, char c, Py_ssize_t maxcount) in countchar()
2363 Py_ssize_t maxcount) in replace_interleave()
2421 char from_c, Py_ssize_t maxcount) in replace_delete_single_character()
2465 Py_ssize_t maxcount) { in replace_delete_substring()
2516 Py_ssize_t maxcount) in replace_single_character_in_place()
2562 Py_ssize_t maxcount) in replace_substring_in_place()
2613 Py_ssize_t maxcount) in replace_single_character()
2676 Py_ssize_t maxcount) { in replace_substring()
2743 Py_ssize_t maxcount) in replace()
Dunicodeobject.c5846 Py_ssize_t maxcount) in split()
5866 Py_ssize_t maxcount) in rsplit()
5887 Py_ssize_t maxcount) in replace()
7269 Py_ssize_t maxcount) in PyUnicode_Replace()
7312 Py_ssize_t maxcount = -1; in unicode_replace() local
7487 Py_ssize_t maxcount = -1; in unicode_split() local
7618 Py_ssize_t maxcount = -1; in unicode_rsplit() local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Ddict.c60 #define maxcount dict_maxcount macro
247 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) in dict_create()
323 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init()
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Ddict.c67 #define maxcount dict_maxcount macro
262 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) in dict_create()
351 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init()
/aosp_15_r20/external/capstone/suite/benchmark/
H A Dtest_iter_benchmark.c78 int maxcount = 10000000; in test() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dint_adapter.hpp114 static BOOST_CONSTEXPR int_type maxcount() in maxcount() function in boost::date_time::int_adapter
/aosp_15_r20/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c174 uint64_t maxcount = (size_t) (end - ptr) / (3 * sz); in handle_file_note() local
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c10362 Py_ssize_t maxcount) in split()
10454 Py_ssize_t maxcount) in rsplit()
10563 PyObject *str1, const void *buf1, Py_ssize_t len1, Py_ssize_t maxcount) in anylib_count()
10581 Py_UCS4 u1, Py_UCS4 u2, Py_ssize_t maxcount) in replace_1char_inplace()
10606 PyObject *str2, Py_ssize_t maxcount) in replace()
12798 Py_ssize_t maxcount) in PyUnicode_Replace()
/aosp_15_r20/system/logging/logcat/tests/
H A Dlogcat_test.cpp1432 TEST(logcat, maxcount) { in TEST() argument
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java911 int maxcount, in glGetAttachedShaders()
922 int maxcount, in glGetAttachedShaders()
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c1271 void **value, uint64_t maxcount) in TIFFReadDirEntryArrayWithLimit()
2423 uint64_t **value, uint64_t maxcount) in TIFFReadDirEntryLong8ArrayWithLimit()
/aosp_15_r20/external/python/cpython2/Modules/
D_sre.c519 SRE_COUNT(SRE_STATE* state, SRE_CODE* pattern, Py_ssize_t maxcount) in SRE_COUNT()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp2485 …(JNIEnv *_env, jobject _this, jint program, jint maxcount, jintArray count_ref, jint countOffset, … in android_glGetAttachedShaders__II_3II_3II()
2562 …(JNIEnv *_env, jobject _this, jint program, jint maxcount, jobject count_buf, jobject shaders_buf)… in android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1990 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count,… in glGetAttachedShaders()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES2.cpp4611 GLsizei maxcount, in ValidateGetAttachedShaders()
H A DContext.cpp7014 GLsizei maxcount, in getAttachedShaders()
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp803 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders()
Dgl2_enc.cpp1802 void glGetAttachedShaders_enc(void *self , GLuint program, GLsizei maxcount, GLsizei* count, GLuint… in glGetAttachedShaders_enc()
/aosp_15_r20/external/elfutils/src/
H A Dreadelf.c13055 uint64_t maxcount = (size_t) (end - ptr) / (3 * addrsize); in handle_file_note() local

12