Searched refs:strtoull (Results 1 – 11 of 11) sorted by relevance
/trusted-firmware-a/build/qemu/release/libc/ |
A D | strtoull.d | 1 /home/test/workspace/code/optee_3.16/trusted-firmware-a/build/qemu/release/libc/strtoull.o: \ 2 lib/libc/strtoull.c include/lib/libc/errno.h include/lib/libc/limits.h \
|
/trusted-firmware-a/include/lib/libc/ |
A D | stdlib.h | 31 unsigned long long strtoull(const char *nptr, char **endptr, int base);
|
/trusted-firmware-a/lib/libc/ |
A D | libc.mk | 32 strtoull.c \
|
A D | libc_asm.mk | 31 strtoull.c \
|
A D | strtoull.c | 48 unsigned long long strtoull(const char *nptr, char **endptr, int base) in strtoull() function
|
/trusted-firmware-a/tools/nxp/create_pbl/ |
A D | create_pbl.c | 712 pblimg.addr = strtoull(optarg, &ptr, 16); in main() 732 pblimg.ep = strtoull(optarg, &ptr, 16); in main() 810 pblimg.src_addr = strtoull(optarg, &ptr, 16); in main()
|
/trusted-firmware-a/tools/fiptool/ |
A D | fiptool.c | 636 flags = strtoull(arg, &endptr, 16); in parse_plat_toc_flags()
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …rsep:123,strto:123,strtok:123,strtok_r:123,strtol:6,strtoll:6,strtoul:6,strtoull:6,struct:[6,8,14,…
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 1069 - Added support for strtoull, strtoll, strtoul, strtol APIs from FreeBSD
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 1069 - Added support for strtoull, strtoll, strtoul, strtol APIs from FreeBSD
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 54505 Added support for strtoull, strtoll, strtoul, strtol APIs from FreeBSD
|
Completed in 124 milliseconds