Home
last modified time | relevance | path

Searched refs:_kstrtoull (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/lib/
Dkstrtox.c85 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function
125 return _kstrtoull(s, base, res); in kstrtoull()
151 rv = _kstrtoull(s + 1, base, &tmp); in kstrtoll()
/Linux-v5.4/arch/x86/boot/
Dstring.c296 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function
336 return _kstrtoull(s, base, res); in kstrtoull()