| /third_party/python/Objects/stringlib/ |
| H A D | count.h | 8 count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, Py_ssize_t maxcount) count() argument
|
| H A D | replace.h | 8 replace_1char_inplace(STRINGLIB_CHAR* s, STRINGLIB_CHAR* end, Py_UCS4 u1, Py_UCS4 u2, Py_ssize_t maxcount) replace_1char_inplace() argument
|
| H A D | split.h | 54 split_whitespace(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, Py_ssize_t maxcount) split_whitespace() argument 102 split_char(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR ch, Py_ssize_t maxcount) split_char() argument 145 split(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, Py_ssize_t maxcount) split() argument 193 rsplit_whitespace(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, Py_ssize_t maxcount) rsplit_whitespace() argument 243 rsplit_char(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR ch, Py_ssize_t maxcount) rsplit_char() argument 287 rsplit(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, Py_ssize_t maxcount) rsplit() argument [all...] |
| H A D | transmogrify.h | 258 countchar(const char *target, Py_ssize_t target_len, char c, Py_ssize_t maxcount) countchar() argument 279 stringlib_replace_interleave(PyObject *self, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_interleave() argument 350 stringlib_replace_delete_single_character(PyObject *self, char from_c, Py_ssize_t maxcount) stringlib_replace_delete_single_character() argument 394 stringlib_replace_delete_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, Py_ssize_t maxcount) stringlib_replace_delete_substring() argument 446 stringlib_replace_single_character_in_place(PyObject *self, char from_c, char to_c, Py_ssize_t maxcount) stringlib_replace_single_character_in_place() argument 493 stringlib_replace_substring_in_place(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring_in_place() argument 545 stringlib_replace_single_character(PyObject *self, char from_c, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_single_character() argument 609 stringlib_replace_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace_substring() argument 678 stringlib_replace(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) stringlib_replace() argument [all...] |
| H A D | fastsearch.h | 501 _two_way_count(const STRINGLIB_CHAR *haystack, Py_ssize_t len_haystack, const STRINGLIB_CHAR *needle, Py_ssize_t len_needle, Py_ssize_t maxcount) _two_way_count() argument 539 default_find(const STRINGLIB_CHAR* s, Py_ssize_t n, const STRINGLIB_CHAR* p, Py_ssize_t m, Py_ssize_t maxcount, int mode) default_find() argument 599 adaptive_find(const STRINGLIB_CHAR* s, Py_ssize_t n, const STRINGLIB_CHAR* p, Py_ssize_t m, Py_ssize_t maxcount, int mode) adaptive_find() argument 672 default_rfind(const STRINGLIB_CHAR* s, Py_ssize_t n, const STRINGLIB_CHAR* p, Py_ssize_t m, Py_ssize_t maxcount, int mode) default_rfind() argument 722 count_char(const STRINGLIB_CHAR *s, Py_ssize_t n, const STRINGLIB_CHAR p0, Py_ssize_t maxcount) count_char() argument 739 FASTSEARCH(const STRINGLIB_CHAR* s, Py_ssize_t n, const STRINGLIB_CHAR* p, Py_ssize_t m, Py_ssize_t maxcount, int mode) FASTSEARCH() argument [all...] |
| /third_party/python/Modules/_sre/ |
| H A D | sre_lib.h | 205 SRE(count)(SRE_STATE* state, const SRE_CODE* pattern, Py_ssize_t maxcount) in count() argument
|
| /third_party/f2fs-tools/fsck/ |
| H A D | dict.c | 60 #define maxcount dict_maxcount macro 247 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) in dict_create() argument 323 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init() argument [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_wlfc.c | 4585 int dhd_wlfc_update_maxcount(dhd_pub_t *dhdp, uint8 ifid, int maxcount) in dhd_wlfc_update_maxcount() argument
|
| H A D | wl_android_ext.c | 4312 int i, maxcount = WL_TXSTATUS_FREERUNCTR_MASK; in wl_ext_get_wlfc_maxcount() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES2.cpp | 4310 ValidateGetAttachedShaders(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLsizei maxcount, const GLsizei *count, const ShaderProgramID *shaders) ValidateGetAttachedShaders() argument
|
| H A D | Context.cpp | 6735 getAttachedShaders(ShaderProgramID program, GLsizei maxcount, GLsizei *count, ShaderProgramID *shaders) getAttachedShaders() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | entry_points.cpp | 420 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders() argument
|
| H A D | libGLESv2.cpp | 2320 void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in GetAttachedShaders() argument
|
| /third_party/elfutils/src/ |
| H A D | readelf.c | 12614 uint64_t maxcount = (size_t) (end - ptr) / (3 * addrsize); in handle_file_note() local
|
| /third_party/python/Objects/ |
| H A D | unicodeobject.c | 10360 split(PyObject *self, PyObject *substring, Py_ssize_t maxcount) split() argument 10452 rsplit(PyObject *self, PyObject *substring, Py_ssize_t maxcount) rsplit() argument 10562 anylib_count(int kind, PyObject *sstr, const void* sbuf, Py_ssize_t slen, PyObject *str1, const void *buf1, Py_ssize_t len1, Py_ssize_t maxcount) anylib_count() argument 10580 replace_1char_inplace(PyObject *u, Py_ssize_t pos, Py_UCS4 u1, Py_UCS4 u2, Py_ssize_t maxcount) replace_1char_inplace() argument 10605 replace(PyObject *self, PyObject *str1, PyObject *str2, Py_ssize_t maxcount) replace() argument 12795 PyUnicode_Replace(PyObject *str, PyObject *substr, PyObject *replstr, Py_ssize_t maxcount) PyUnicode_Replace() argument [all...] |