Searched refs:ustrtoull (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/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);
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | string.h | 137 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | strto.c | 108 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull() function
|
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/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()
|