Home
last modified time | relevance | path

Searched refs:ustrtoull (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/
D_exports.h74 EXPORT_FUNC(ustrtoull, unsigned long long, ustrtoull,
Dexports.h35 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
/external/u-boot/include/linux/
Dstring.h124 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
/external/u-boot/lib/
Dstrto.c108 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull() function
/external/u-boot/cmd/
Dgpt.c516 size_ll = ustrtoull(p, &p, 0); in set_gpt_info()
527 start_ll = ustrtoull(p, &p, 0); in set_gpt_info()