Searched defs:max_chars (Results 1 - 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/lib/ |
| H A D | kstrtox.c | 50 _parse_integer_limit(const char *s, unsigned int base, unsigned long long *p, size_t max_chars) _parse_integer_limit() argument
|
| H A D | vsprintf.c | 56 static unsigned long long simple_strntoull(const char *startp, size_t max_chars, in simple_strntoull() argument 126 static long long simple_strntoll(const char *cp, size_t max_chars, char **endp, in simple_strntoll() argument [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | kstrtox.c | 52 _parse_integer_limit(const char *s, unsigned int base, unsigned long long *p, size_t max_chars) _parse_integer_limit() argument
|
| H A D | vsprintf.c | 63 static noinline unsigned long long simple_strntoull(const char *startp, size_t max_chars, char **endp, unsigned int base) in simple_strntoull() argument 133 static long long simple_strntoll(const char *cp, size_t max_chars, char **endp, in simple_strntoll() argument [all...] |
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| H A D | apbuart.c | 74 unsigned int max_chars = port->fifosize; in apbuart_rx_chars() local
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| H A D | apbuart.c | 71 unsigned int max_chars = port->fifosize; in apbuart_rx_chars() local
|
| /third_party/node/src/ |
| H A D | string_bytes.cc | 268 size_t max_chars = buflen / sizeof(*dst); in WriteUCS2() local
|
| /third_party/mesa3d/src/util/ |
| H A D | u_queue.c | 417 const int max_chars = sizeof(queue->name) - 1; in util_queue_init() local
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrtypes.h | 65 FT_UInt max_chars; member
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_jit_compile.c | 5440 static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, fast_forward_char_data *chars, int max_chars, sljit_u32 *rec_count) in scan_prefix() argument [all...] |
Completed in 18 milliseconds