Searched refs:_kstrtoull (Results 1 - 2 of 2) sorted by path

/linux-master/arch/x86/boot/
H A Dstring.c295 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) function
335 return _kstrtoull(s, base, res);
/linux-master/lib/
H A Dkstrtox.c96 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) function
136 return _kstrtoull(s, base, res);
162 rv = _kstrtoull(s + 1, base, &tmp);

Completed in 197 milliseconds