Searched refs:_parse_integer (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/ |
| A D | kstrtox.h | 9 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
|
| A D | kstrtox.c | 91 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *p) in _parse_integer() function 102 rv = _parse_integer(s, base, &_res); in _kstrtoull()
|
| A D | bitmap-str.c | 250 len = _parse_integer(str, 10, &n); in bitmap_getnum()
|
| /linux/arch/x86/boot/ |
| A D | string.c | 256 static unsigned int _parse_integer(const char *s, in _parse_integer() function 301 rv = _parse_integer(s, base, &_res); in _kstrtoull()
|
| /linux/kernel/ |
| A D | sysctl.c | 311 rv = _parse_integer(cp, base, &result); in strtoul_lenient()
|
| /linux/fs/proc/ |
| A D | base.c | 2164 len = _parse_integer(str, 16, &sval); in dname_to_vma_addr() 2177 len = _parse_integer(str, 16, &eval); in dname_to_vma_addr()
|
| /linux/kernel/bpf/ |
| A D | helpers.c | 484 val_len = _parse_integer(cur_buf, base, res); in __bpf_strtoull()
|
Completed in 25 milliseconds