Home
last modified time | relevance | path

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

12

/third_party/python/Objects/stringlib/
H A Dcount.h8 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 Dreplace.h8 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 Dsplit.h54 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 Dtransmogrify.h258 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 Dfastsearch.h501 _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...]
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdoops.c220 u32 count[2], maxcount = 0xffffffff; in find_next_position() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdoops.c250 u32 maxcount = 0xffffffff; in find_next_position() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/tw68/
H A Dtw68-video.c347 unsigned int maxcount; in tw68_buffer_count() local
/kernel/linux/linux-6.6/drivers/media/pci/tw68/
H A Dtw68-video.c347 unsigned int maxcount; in tw68_buffer_count() local
/third_party/python/Modules/_sre/
H A Dsre_lib.h205 SRE(count)(SRE_STATE* state, const SRE_CODE* pattern, Py_ssize_t maxcount) in count() argument
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-core.c195 unsigned int maxcount; in saa7134_buffer_count() local
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-core.c191 unsigned int maxcount; in saa7134_buffer_count() local
/third_party/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() argument
323 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
H A Dsis900.c1241 int i, maxcount=10; in sis630_set_eq() local
/kernel/linux/linux-5.10/fs/nfs/
H A Dpnfs.h223 unsigned int maxcount; /* gdia_maxcount */ member
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs3xdr.c1265 uint32_t maxcount = args->count; in encode_readdirplus3args() local
H A Dpnfs.h223 unsigned int maxcount; /* gdia_maxcount */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/
H A Dsis900.c1248 int i, maxcount=10; in sis630_set_eq() local
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4proc.c2577 u32 maxcount = 0, rlen = 0; in nfsd4_read_rsize() local
2587 u32 maxcount = svc_max_payload(rqstp); in nfsd4_read_plus_rsize() local
2601 u32 maxcount = 0, rlen = 0; in nfsd4_readdir_rsize() local
2730 u32 maxcount = 0, rlen = 0; in nfsd4_getdeviceinfo_rsize() local
2779 u32 maxcount, rlen; nfsd4_getxattr_rsize() local
2796 u32 maxcount, rlen; nfsd4_listxattrs_rsize() local
[all...]
H A Dnfs4xdr.c1993 u32 maxcount; in nfsd4_decode_getxattr() local
2012 u32 flags, maxcount, size; in nfsd4_decode_setxattr() local
2053 u32 maxcount; nfsd4_decode_listxattrs() local
3766 nfsd4_encode_splice_read( struct nfsd4_compoundres *resp, struct nfsd4_read *read, struct file *file, unsigned long maxcount) nfsd4_encode_splice_read() argument
3825 nfsd4_encode_readv(struct nfsd4_compoundres *resp, struct nfsd4_read *read, struct file *file, unsigned long maxcount) nfsd4_encode_readv() argument
3867 unsigned long maxcount; nfsd4_encode_read() local
3909 int maxcount; nfsd4_encode_readlink() local
3951 int maxcount; nfsd4_encode_readdir() local
4615 nfsd4_encode_read_plus_data(struct nfsd4_compoundres *resp, struct nfsd4_read *read, unsigned long *maxcount, u32 *eof, loff_t *pos) nfsd4_encode_read_plus_data() argument
4662 nfsd4_encode_read_plus_hole(struct nfsd4_compoundres *resp, struct nfsd4_read *read, unsigned long *maxcount, u32 *eof) nfsd4_encode_read_plus_hole() argument
4696 unsigned long maxcount, count; nfsd4_encode_read_plus() local
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4xdr.c2216 u32 maxcount; in nfsd4_decode_getxattr() local
2235 u32 flags, maxcount, size; in nfsd4_decode_setxattr() local
2277 u32 maxcount; nfsd4_decode_listxattrs() local
4054 nfsd4_encode_splice_read( struct nfsd4_compoundres *resp, struct nfsd4_read *read, struct file *file, unsigned long maxcount) nfsd4_encode_splice_read() argument
4111 nfsd4_encode_readv(struct nfsd4_compoundres *resp, struct nfsd4_read *read, struct file *file, unsigned long maxcount) nfsd4_encode_readv() argument
4145 unsigned long maxcount; nfsd4_encode_read() local
4191 int maxcount, status; nfsd4_encode_readlink() local
4235 int maxcount; nfsd4_encode_readdir() local
4905 unsigned long maxcount; nfsd4_encode_read_plus_data() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp4310 ValidateGetAttachedShaders(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLsizei maxcount, const GLsizei *count, const ShaderProgramID *shaders) ValidateGetAttachedShaders() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp420 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders() argument
H A DlibGLESv2.cpp2320 void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in GetAttachedShaders() argument
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h257 __u32 maxcount; member

Completed in 71 milliseconds

12