Searched refs:ustrtoull (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | _exports.h | 74 EXPORT_FUNC(ustrtoull, unsigned long long, ustrtoull,
|
| H A D | exports.h | 34 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | strto.su | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | strto.su | |
| H A D | strto.c | 108 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull() function
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | string.h | 124 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | gpt.c | 517 size_ll = ustrtoull(p, &p, 0); in set_gpt_info() 528 start_ll = ustrtoull(p, &p, 0); in set_gpt_info()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdpart.c | 109 partition->size = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition() 121 partition->offset = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |