Searched refs:ustrtoull (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/include/ |
D | _exports.h | 74 EXPORT_FUNC(ustrtoull, unsigned long long, ustrtoull,
|
D | exports.h | 35 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
|
/external/u-boot/include/linux/ |
D | string.h | 124 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
|
/external/u-boot/lib/ |
D | strto.c | 108 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull() function
|
/external/u-boot/cmd/ |
D | gpt.c | 516 size_ll = ustrtoull(p, &p, 0); in set_gpt_info() 527 start_ll = ustrtoull(p, &p, 0); in set_gpt_info()
|