Home
last modified time | relevance | path

Searched defs:atoll (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/stdlib/
Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Datoll.c4 long long atoll(const char *s) in atoll() function
/third_party/ntfs-3g/include/ntfs-3g/
Dcompat.h80 #define atoll _atoi64 macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h85 #define atoll _atoi64 macro
88 #define atoll atoi macro
/third_party/glslang/glslang/Include/
DCommon.h90 inline long long int atoll (const char* str) in atoll() function