Lines Matching defs:base
25 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix()
50 unsigned int _parse_integer_limit(const char *s, unsigned int base, unsigned long long *p, in _parse_integer_limit()
88 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *p) in _parse_integer()
93 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull()
128 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull()
151 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
176 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
192 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
222 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
252 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
267 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
282 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16()
297 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8()
312 int kstrtos8(const char *s, unsigned int base, s8 *res) in kstrtos8()