Searched refs:simple_strntoull (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/ |
| A D | vsprintf.c | 56 static noinline unsigned long long simple_strntoull(const char *startp, size_t max_chars, char **en… in simple_strntoull() function 91 return simple_strntoull(cp, INT_MAX, endp, base); in simple_strtoull() 136 return -simple_strntoull(cp + 1, max_chars - 1, endp, base); in simple_strntoll() 138 return simple_strntoull(cp, max_chars, endp, base); in simple_strntoll() 3640 val.u = simple_strntoull(str, in vsscanf()
|
| /linux/ |
| A D | System.map | 17785 ffff8000104e64f0 t simple_strntoull
|
| A D | .tmp_System.map | 17785 ffff8000104e64f0 t simple_strntoull
|
Completed in 944 milliseconds