Searched refs:_kstrtoull (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | kstrtox.c | 92 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function 131 return _kstrtoull(s, base, res); in kstrtoull() 156 rv = _kstrtoull(s + 1, base, &tmp); in kstrtoll()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | string.c | 295 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() function 335 return _kstrtoull(s, base, res); in kstrtoull()
|